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