import { AppConfigFromEnv, BundleConfig, PieceOfConfig } from ".";
export declare const writeConfigToJsonFile: (result: PieceOfConfig, environment: AppConfigFromEnv["environment"]) => void;
export declare const generateBundleConfigForEnvironment: (environment: AppConfigFromEnv["environment"]) => BundleConfig;
export declare const generateAppConfigForEnvironment: (appName: string, environment: AppConfigFromEnv["environment"]) => PieceOfConfig;
export declare const generateFaultyAppConfig: (name: string, slug: string) => PieceOfConfig;
export declare const productionConfig: BundleConfig;
export declare const stagingConfig: BundleConfig;
export declare const localConfig: BundleConfig;
export declare const developmentConfig: BundleConfig;
export declare const expoDevConfig: PieceOfConfig;
export declare const expoProductionConfig: PieceOfConfig;
export declare const expoStagingConfig: PieceOfConfig;
export declare const faultyConfig: PieceOfConfig;
export declare const productionResult: any;
export declare const stagingResult: any;
export declare const localResult: any;
export declare const developmentResult: any;
