import type { IApp } from "../../entities";
import type { DeployEnvironment } from "../../interfaces";
/**
 * Some old deploy environment was saved into JSON
 */
export declare const getDeployEnvironmentFromJSON: (app: IApp, env: string) => {};
export declare const getDeployEvironmentByApp: (app: IApp, env: string) => DeployEnvironment;
//# sourceMappingURL=get-app-environment.d.ts.map