import { ApiBeforeWatch, GetAppStackOutput, ProjectSdkParamsService } from "../../abstractions/index.js"; declare class EnsureApiDeployedBeforeWatchImpl implements ApiBeforeWatch.Interface { private getAppStackOutput; private projectSdkParamsService; constructor(getAppStackOutput: GetAppStackOutput.Interface, projectSdkParamsService: ProjectSdkParamsService.Interface); execute(params: ApiBeforeWatch.Params): Promise; } export declare const EnsureApiDeployedBeforeWatch: typeof EnsureApiDeployedBeforeWatchImpl & { __abstraction: import("@webiny/di").Abstraction; }; export {};