export declare class Proof1 { 'type': string; 'created': Date; 'verificationMethod': string; 'proofPurpose': string; 'proofValue': string; 'jws': string; 'domain'?: string; static readonly discriminator: string | undefined; static readonly attributeTypeMap: Array<{ name: string; baseName: string; type: string; format: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; format: string; }[]; constructor(); }