import type { VFile } from 'vfile'; import type { Link } from 'myst-spec-ext'; import type { LinkTransformer } from './types.js'; export declare class GithubTransformer implements LinkTransformer { protocol: string; test(uri?: string): boolean; transform(link: Link, file: VFile): boolean; } //# sourceMappingURL=github.d.ts.map