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