import { BeforeDeploy } from "../../../abstractions/index.js"; export declare class CompositeBeforeDeploy implements BeforeDeploy.Interface { private BeforeDeploy; constructor(BeforeDeploy: BeforeDeploy.Interface[]); execute(params: BeforeDeploy.Params): Promise; } export declare const beforeDeploy: import("@webiny/di").Implementation;