import type { Handle, Handler, IsHandling, Level } from "nightingale-types";
export declare class ReactNativeConsoleHandler implements Handler {
    minLevel: Level;
    handle: Handle;
    isHandling: IsHandling;
    constructor(minLevel: Level);
}
//# sourceMappingURL=index.d.ts.map