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