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