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