import type { TelemetryWriter } from './types.js'; /** * Returns the default telemetry writer for this environment. * Opt in with CMS_EDIT_TELEMETRY=1; opt out with CMS_EDIT_TELEMETRY=0. * Hosted (Vercel): Axiom only when configured. Local: file log. */ export declare function createTelemetryWriter(): TelemetryWriter; //# sourceMappingURL=factory.d.ts.map