import { LogLevel } from '../logger.service';
/**
 * @publicApi
 */
export declare function filterLogLevels(parseableString?: string): LogLevel[];
