/** * NOTE: this file is availalbe in both the indy-sdk and indy-vdr packages. If making changes to * this file, make sure to update both files if applicable. */ export declare const indyVdrAnonCredsRegistryIdentifierRegex: RegExp; export declare function getDidIndySchemaId(namespace: string, unqualifiedDid: string, name: string, version: string): string; export declare function getDidIndyCredentialDefinitionId(namespace: string, unqualifiedDid: string, seqNo: string | number, tag: string): string; export declare function getDidIndyRevocationRegistryId(namespace: string, unqualifiedDid: string, seqNo: string | number, credentialDefinitionTag: string, revocationRegistryTag: string): string;