export declare const env: {
    NODE_ENV: string;
    API_URL: string;
    OPENAI_API_KEY: string;
    STRIPE_PUBLISHABLE_KEY: string;
    APP_VERSION: string;
};
export declare const isDevelopment: boolean;
export declare const isProduction: boolean;
//# sourceMappingURL=env.d.ts.map