import { type Reflection } from "../../models/index.js"; import type { DeclarationReference } from "#utils"; export declare function resolveDeclarationReference(reflection: Reflection, ref: DeclarationReference): Reflection | undefined;