import type { Logger, LoggerOptions } from "./types";
export declare const logger: ({ file, isLogging }: LoggerOptions) => Logger;
