import { v4 } from "uuid"; export declare const uuidV3: (qualquerCoisa: any) => string; export declare const uuidV4: typeof v4;