import type { Observable, PageMayExitEvent, RawError } from '@datadog/browser-core'; import type { LogsConfiguration } from '../domain/configuration'; import type { LifeCycle } from '../domain/lifeCycle'; import type { LogsSessionManager } from '../domain/logsSessionManager'; export declare function startLogsBatch(configuration: LogsConfiguration, lifeCycle: LifeCycle, reportError: (error: RawError) => void, pageMayExitObservable: Observable, session: LogsSessionManager): import("@datadog/browser-core/cjs/transport/batch").Batch;