import type { Telemetry } from '@openobserve/browser-core'; import { noop } from '@openobserve/browser-core'; import type { LifeCycle } from '../../lifeCycle'; export declare function startInitialViewMetricsTelemetry(lifeCycle: LifeCycle, telemetry: Telemetry): { stop: typeof noop; };