export type ResponseSchema = typeof schema; export declare const schema: { $id: string; $schema: string; title: string; type: string; properties: { id: { type: string; }; spec_version: { type: string; }; applicant: { type: string; }; manifest_id: { type: string; }; application_id: { type: string; }; fulfillment: { type: string; properties: { descriptor_map: { type: string; items: { $ref: string; }; }; }; required: string[]; additionalProperties: boolean; }; denial: { type: string; properties: { reason: { type: string; }; input_descriptors: { type: string; minItems: number; items: { type: string; }; }; }; required: string[]; additionalProperties: boolean; }; }; oneOf: { required: string[]; }[]; definitions: { descriptor: { type: string; properties: { id: { type: string; }; path: { type: string; }; path_nested: { type: string; $ref: string; }; format: { type: string; enum: string[]; }; }; required: string[]; additionalProperties: boolean; }; }; required: string[]; additionalProperties: boolean; }; //# sourceMappingURL=response.d.ts.map