import 'dotenv/config';
declare function connectDB(): Promise<void>;
declare const customUUID: () => string;
export { connectDB, customUUID };
