import type { BackgroundGeolocationConfig } from '../types'; /** * Flattens Transistorsoft-style compound config groups into our existing flat config. * * Precedence: * - nested groups override root keys (eg `http.url` > `url`) * - `logger` is preserved (used by applyLoggerConfig), but nested objects are removed * so the resulting object is safe to pass to native `setConfiguration`. */ export declare function normalizeConfig(input?: Partial): BackgroundGeolocationConfig; //# sourceMappingURL=normalizeConfig.d.ts.map