/** * @credit https://stackoverflow.com/a/2117523 */ export declare function uuidv4(): string; /** * Slightly cleaner and smaller UUIDs */ export declare function uuid(): string;