export declare function uuidV5(namespace: string, name: string): string; export declare function conceptUuid(conceptId: string, namespace?: string): string; export declare function localizedConceptUuid(conceptId: string, languageCode: string, namespace?: string): string; //# sourceMappingURL=uuid.d.ts.map