import type { TSESLint } from "@typescript-eslint/utils"; import { type DefReference } from "../def-location.ts"; import { type PluginDocs } from "./create-rule.ts"; export type TranslationUsage = { id: string; bookLocation: DefReference; }; export type CollectTranslationIdsCallback = (record: TranslationUsage) => void; type MessageIds = never; type Options = []; export declare function getRule(collectIdsCallback: CollectTranslationIdsCallback): TSESLint.RuleModule; export {}; //# sourceMappingURL=collect-translation-ids.d.ts.map