export declare function isUUID(value: string): boolean;
export declare function generateUuid(): string;
/**
 * This function will hash the given value using SHA1. The result will be a uuid.
 * @param value the string to hash
 * @returns a uuid
 */
export declare function hashValue(value: string): string;
//# sourceMappingURL=uuid.d.ts.map