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