export declare const shouldUseNonOverlayingLogger: ({ logLevel, }: {
    logLevel: "error" | "info" | "trace" | "verbose" | "warn";
}) => boolean;
