import type { TSESLint } from "@typescript-eslint/utils"; import { type PluginDocs } from "./create-rule.ts"; type MessageIds = "missing-translation-ids"; type Options = []; export declare const rule: TSESLint.RuleModule; export {}; //# sourceMappingURL=no-missing-translation-ids-in-types.d.ts.map