export declare const issuer: {
    title: string;
    type: string;
    properties: {
        did: {
            type: string;
        };
        ethereumAddress: {
            type: string;
        };
        entity: {
            type: string;
        };
        description: {
            type: string;
        };
        imageUrl: {
            type: string;
        };
        verificationUrl: {
            type: string;
        };
        credentialType: {
            type: string;
        };
        credentialSchema: {
            type: string;
        };
        credentialSubjectListUrl: {
            type: string;
        };
        price: {
            type: string;
        };
        expirationMonths: {
            type: string;
        };
        proofs: {
            type: string;
        };
    };
    required: string[];
    additionalProperties: boolean;
};
//# sourceMappingURL=issuer.d.ts.map