import { SimpleLogger } from "./simple-logger";
/**
 * Returns a simple logger - logging to the console that takes the logging level from the environment
 * variable YDB_SDK_LOGLEVEL. The default is "info".
 */
export declare function getDefaultLogger(): SimpleLogger;
//# sourceMappingURL=get-default-logger.d.ts.map