import type { FactoryWebActivity } from './telemetry-types.js'; /** Start with the default platform auth provider; custom identity authorities are separate work. */ export declare function isFactoryTelemetryEnabled(providerName: string | undefined): boolean; /** Identity is resolved by the server. This never aliases existing CLI or platform profiles. */ export declare function captureFactoryWebActivity(activity: FactoryWebActivity, actor: { userId: string; orgId?: string; }): void; //# sourceMappingURL=telemetry.d.ts.map