export declare /** * Generates an unique identifier * * @returns {string} the generated UUID */ const uuid: () => string;