export declare function convertClassicIdToUuid(id: string): string; export declare function parseUuidIntToStr(idNumber: number | string): string; export declare function uuidSigBitsToStr({ lsb, msb }: { lsb: bigint; msb: bigint; }): string;