/** * UUID Generator. */ export declare const generateUUID: () => string;