export interface StringUUIDOptions {
    version?: number;
}
export declare function stringUUID(value: any, recipe?: StringUUIDOptions): boolean;
