/** * The type of custom relationship. Will always be ``xrefs``. * @export * @enum {string} */ export declare const ReftypesXref: { readonly Xrefs: "xrefs"; }; export type ReftypesXref = typeof ReftypesXref[keyof typeof ReftypesXref];