import { AdminBeforeWatch, UiService } from "../../abstractions/index.js"; declare class ShowConfigChangeInfoBeforeAdminWatchImpl implements AdminBeforeWatch.Interface { private ui; constructor(ui: UiService.Interface); execute(): Promise; } export declare const ShowConfigChangeInfoBeforeAdminWatch: typeof ShowConfigChangeInfoBeforeAdminWatchImpl & { __abstraction: import("@webiny/di").Abstraction; }; export {};