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