//#region src/utils/uuid/validate.d.ts
declare function validate(uuid: unknown): boolean;
export = validate;
//# sourceMappingURL=validate.d.cts.map