import { BeforeDeploy, IsCi, IsTelemetryEnabled, IsWcpEnabled, IsWebinyJsRepo } from "../../abstractions/index.js"; declare class EnsureTelemetryEnabledForOssImpl implements BeforeDeploy.Interface { private isTelemetryEnabled; private isWcpEnabled; private isWebinyJsRepo; private isCi; constructor(isTelemetryEnabled: IsTelemetryEnabled.Interface, isWcpEnabled: IsWcpEnabled.Interface, isWebinyJsRepo: IsWebinyJsRepo.Interface, isCi: IsCi.Interface); execute(): Promise; } export declare const EnsureTelemetryEnabledForOss: typeof EnsureTelemetryEnabledForOssImpl & { __abstraction: import("@webiny/di").Abstraction; }; export {};