import type { BackgroundGeolocationConfig, LoggerConfig } from '../types'; /** * Normalize logger/debug settings from any supported config shape: * - `logger: { debug, logLevel, ... }` (preferred, Transistorsoft-style) * - legacy root `debug: true` */ export declare function resolveLoggerConfig(config?: Partial): LoggerConfig; //# sourceMappingURL=resolveLoggerConfig.d.ts.map