/** * Генерирует UUID * * @export * @return {string} */ export declare function generateUUID(): string;