import { FunLogger } from '@funkit/connect-core'; /** * The React Native `FunLogger` singleton. Mirrors `@funkit/connect`'s web * `logger`, but injects the raw-HTTP {@link DatadogHttpLogTransport} (no Datadog * SDK, no native modules) instead of `@datadog/browser-logs`. The host wires * `logger.configure(...)` / `setUserInfo(...)` once identity is available. */ export declare const logger: FunLogger; //# sourceMappingURL=logger.d.ts.map