/// export declare class UuidUtils { static UUID_STR_LENGTH: number; static UUID_BUF_LENGTH: number; static DATED_UUID_STR_LENGTH: number; static DATED_UUID_BUF_LENGTH: number; static newUUID(): string; static newDatedUUID(): string; static getPartStrFromDatedUUIDStr(id: string): string; static getPartFromDatedUUIDStr(id: string): number; static getPartStrFromDatedUUIDBuf(id: Buffer): string; static getPartFromDatedUUIDBuf(id: Buffer): number; private static newDateStr; } //# sourceMappingURL=uuid-utils.d.ts.map