export declare const Env: {
    NODE_ENV: "production" | "development";
};
export { EasConfig } from './types/eas-config.js';
