import { type Type } from "./getdocs.js";
export declare const simpleTypeLink: Record<Type.SimpleTag, string>;
export declare const typeLinks: Record<string, string>;
