import type { TSESLint, TSESTree } from "@typescript-eslint/utils"; export declare function queryUsedTranslationIds(context: Readonly>, node: TSESTree.Node, doLookup: boolean): string[] | undefined; //# sourceMappingURL=used-ids.d.ts.map