export interface W3cCredentialSchemaOptions { id: string; type: string; } export declare class W3cCredentialSchema { constructor(options: W3cCredentialSchemaOptions); id: string; type: string; }