export declare const isProduction: boolean;
export declare function loadEnvsProduction(): {
taskId: string;
containerApiUrl: string;
aws: {
accessKey: string;
secretKey: string;
bucket: string;
};
};
export declare function loadEnvsDevelop(): {
[key: string]: string;
};