export declare function uuid(): string; export declare function isValidUuid(id: string): boolean;