import { Reference } from "./types.js"; export declare function buildReference({ url, anchor, text, }: { url?: string; anchor?: string; text?: string; }): Reference; //# sourceMappingURL=utils.d.ts.map