/** * Validate if a string is a valid UUID format. * * @param uuid The string to validate * @returns true if the string is a valid UUID format */ export declare function isValidUUID(uuid: string): boolean; //# sourceMappingURL=isValidUUID.d.ts.map