import { InkAnnotations } from "./inkAnnotations"; import { AsposeResponse } from "./asposeResponse"; export declare class InkAnnotationsResponse extends AsposeResponse { 'annotations': InkAnnotations; static discriminator: any; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }