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