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