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