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