import { LogLevel } from 'myst-cli-utils';
/**
 * Duplicated from myst-cli-utils, where function is not exported
 */
export declare function getLogLevel(level?: LogLevel | boolean | string): LogLevel;
//# sourceMappingURL=getLogLevel.d.ts.map