import type { TSESLint } from "@typescript-eslint/utils"; import { type PluginDocs } from "./create-rule.ts"; type MessageIds = "migrate-trans-jsx" | "migrate-underscore"; type OptionList = [Options]; type Options = { bookPath: string; }; export declare const rule: TSESLint.RuleModule; export {}; //# sourceMappingURL=migrate-from-lingui.d.ts.map