import type { Rule } from 'eslint';
export declare const getIsException: (exceptions?: string[]) => ((node: Rule.Node) => boolean);
