import { GetProductionEnvironments, GetProjectConfigService } from "../../abstractions/index.js"; export declare class DefaultGetProductionEnvironments implements GetProductionEnvironments.Interface { private getProjectConfigService; constructor(getProjectConfigService: GetProjectConfigService.Interface); execute(): Promise; } export declare const getProductionEnvironments: import("@webiny/di").Implementation;