export declare class CredentialStatus { id: string; type: string; revocationListIndex: string; revocationListCredential: string; } export declare class RevocationListOutput { credentialStatus: CredentialStatus; revocationListCredential?: any; isPublisRequired: boolean; } export declare class RevocationListParamsInput { credentialId: string; subjectDid: string; }