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