import { Level } from './types.js'; export declare function stringToLevel(text: string, fallback?: Level): Level;