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