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