export declare const generateUuid: () => string; export declare const uuid: { setStatic(value: string | boolean): void; generate(): string | true; };