import { ApiAfterBuild, GetApp, GetProjectIdService, LoggerService, UiService, WcpService } from "../../abstractions/index.js"; declare class WcpInjectTelemetryClientAfterBuildImpl implements ApiAfterBuild.Interface { private getProjectIdService; private wcpService; private loggerService; private getApp; private uiService; constructor(getProjectIdService: GetProjectIdService.Interface, wcpService: WcpService.Interface, loggerService: LoggerService.Interface, getApp: GetApp.Interface, uiService: UiService.Interface); execute(): Promise; } export declare const WcpInjectTelemetryClientAfterBuild: typeof WcpInjectTelemetryClientAfterBuildImpl & { __abstraction: import("@webiny/di").Abstraction; }; export {};