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