import { type BuildApp } from "../../../abstractions/index.js"; export interface IApiBeforeBuild { execute(params: BuildApp.Params): void | Promise; } export declare const ApiBeforeBuild: import("@webiny/di").Abstraction; export declare namespace ApiBeforeBuild { type Interface = IApiBeforeBuild; type Params = BuildApp.Params; }