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