import type { RumInternalContext } from '@octopus-sdk/browser-core'; import { noop } from '@octopus-sdk/browser-core'; import type { RumConfiguration } from '../configuration/configuration'; import type { LifeCycle } from '../lifeCycle'; export declare function startTracingLogsCollection(lifeCycle: LifeCycle, configuration: RumConfiguration, internalContext: { get: (startTime?: number) => RumInternalContext | undefined; }): typeof noop;