export function buildDockCredentialStatus(registryId: any): { id: string; type: string; }; export function getDockRevIdFromCredential(credential: any): any; export function createRandomRegistryId(): string; export function getCredentialStatus(expanded: any): any; export function hasRegistryRevocationStatus(expanded: any): boolean; export function checkRevocationRegistryStatus(credential: any, documentLoader: any): Promise<{ verified: boolean; } | { verified: boolean; error: string; }>; export const RevRegIdByteSize: 32; export const RevEntryByteSize: 32; export function isRegistryRevocationStatus({ [credentialTypeField]: type }: { "@type": any; }): boolean; export function isAccumulatorRevocationStatus({ [credentialTypeField]: type }: { "@type": any; }): boolean; import { credentialTypeField } from "./constants";