import { type AnyLinterRule } from '../common';
export declare const defaultLinterRules: Map<string, AnyLinterRule>;
