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