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