export type ManifestSchema = typeof schema; export declare const schema: { $id: string; $schema: string; title: string; type: string; properties: { id: { type: string; }; name: { type: string; }; description: { type: string; }; spec_version: { type: string; }; issuer: { type: string; required: string[]; properties: { id: { type: string; }; name: { type: string; }; styles: { $ref: string; }; }; additionalProperties: boolean; }; output_descriptors: { type: string; items: { type: string; required: string[]; properties: { id: { type: string; }; name: { type: string; }; description: { type: string; }; schema: { type: string; }; display: { type: string; properties: { title: { $ref: string; }; subtitle: { $ref: string; }; description: { $ref: string; }; properties: { type: string; items: { $ref: string; }; }; }; additionalProperties: boolean; }; styles: { $ref: string; }; }; additionalProperties: boolean; }; }; presentation_definition: { $ref: string; }; format: { $ref: string; }; }; required: string[]; additionalProperties: boolean; }; //# sourceMappingURL=manifest.d.ts.map