import type { Rule } from 'eslint';
export declare function log(msg: string, severity?: 'error' | 'warn' | 'off'): void;
export declare function buildLoggingRule(msg: string, severity?: 'error' | 'warn' | 'off'): Rule.RuleModule;
