export interface IGetProductionEnvironments { execute(): Promise; } export declare const GetProductionEnvironments: import("@webiny/di").Abstraction; export declare namespace GetProductionEnvironments { type Interface = IGetProductionEnvironments; }