import { noop } from '@datadog/browser-core'; import type { LogsConfiguration } from '../configuration'; import type { LifeCycle } from '../lifeCycle'; export declare function startNetworkErrorCollection(configuration: LogsConfiguration, lifeCycle: LifeCycle): { stop: typeof noop; };