import { TSESLint, TSESTree } from "@typescript-eslint/utils"; import { type DefReference } from "./def-location.ts"; export declare function getCatalogRef(scopeManager: TSESLint.Scope.ScopeManager, base: string, prop: TSESTree.ObjectLiteralElement | TSESTree.MethodDefinition): DefReference | undefined; //# sourceMappingURL=book-util.d.ts.map