import { v4 as uuid } from "uuid"; export default uuid; export declare const uuidName: (timestamp?: boolean) => string;