import { ApiBeforeWatch } from "../../../abstractions/index.js"; export declare class CompositeApiBeforeWatch implements ApiBeforeWatch.Interface { private apiBeforeWatch; constructor(apiBeforeWatch: ApiBeforeWatch.Interface[]); execute(params: ApiBeforeWatch.Params): Promise; } export declare const apiBeforeWatch: import("@webiny/di").Implementation;