import type { Link } from 'myst-spec-ext'; import type { VFile } from 'vfile'; import type { Inventory } from 'intersphinx'; import type { LinkTransformer, ResolvedExternalReference } from './types.js'; export declare class SphinxTransformer implements LinkTransformer { protocol: string; intersphinx: Inventory[]; constructor(references: ResolvedExternalReference[]); test(uri?: string): boolean; transform(link: Link, file: VFile): boolean; } //# sourceMappingURL=sphinx.d.ts.map