declare type Options = [ { readonly boundTextAllowedPattern?: string; readonly checkId?: boolean; readonly checkText?: boolean; readonly checkAttributes?: boolean; readonly ignoreAttributes?: readonly string[]; readonly ignoreTags?: readonly string[]; } ]; export declare type MessageIds = 'i18nAttribute' | 'i18nId' | 'i18nIdOnAttribute' | 'i18nSuggestIgnore' | 'i18nText'; export declare const RULE_NAME = "i18n"; declare const _default: import("@typescript-eslint/experimental-utils/dist/ts-eslint/Rule").RuleModule; export default _default;