export declare const ENV: {
    NODE_ENV: string;
    PORT: number;
    MONGODB_URI: string;
    JWT_SECRET: string;
    JWT_EXPIRES_IN: string;
    CORS_ORIGIN: string;
    API_PREFIX: string;
};
//# sourceMappingURL=env.d.ts.map