export declare const UUID_REGEX: RegExp; export declare function isUuid(value: unknown): value is string; //# sourceMappingURL=uuid.d.ts.map