import { setLogLevel as setClientSdkLogLevel } from 'livekit-client'; import loglevel from 'loglevel'; export declare const log: loglevel.Logger; export type LogLevel = Parameters[0]; export type SetLogLevelOptions = { liveKitClientLogLevel?: LogLevel; }; /** * Set the log level for both the `@livekit/react-native` package and the `@livekit-client` package. * To set the `@livekit-client` log independently, use the `liveKitClientLogLevel` prop on the `options` object. * @public */ export declare function setLogLevel(level: LogLevel, options?: SetLogLevelOptions): void; //# sourceMappingURL=logger.d.ts.map