export type ApplicationSchema = typeof schema; export declare const schema: { $id: string; $schema: string; title: string; type: string; properties: { '@context': { type: string; items: { type: string; }; description: string; }; type: { type: string; items: { type: string; }; description: string; }; credential_application: { id: { type: string; description: string; }; spec_version: { type: string; $ref: string; }; applicant: { type: string; description: string; }; manifest_id: { type: string; description: string; }; format: { jwt_vc: { alg: string[]; }; }; presentation_submission: { type: string; properties: { id: { type: string; }; definition_id: { type: string; }; descriptor_map: { type: string; items: { type: string; properties: { id: { type: string; }; path: { type: string; }; format: { type: string; }; }; }; }; }; description: string; }; }; verifiableCredential: { type: string; items: { type: string; }; description: string; }; }; required: string[]; }; //# sourceMappingURL=application.d.ts.map