import { Level, Log } from './types'; export declare function setLog(logArgs: Omit, level: Level, enableLog: boolean): Promise | undefined;