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