export declare function isUUID(value: string): boolean; export declare const generateUuid: () => string; //# sourceMappingURL=uuid.d.ts.map