/**
 * @param {VFile} file
 *   File.
 * @param {Readonly<Options>} options
 *   Configuration.
 * @returns {Promise<[repo: string | false | undefined, root: string] | undefined>}
 *   Info.
 */
export function findRepo(file: VFile, options: Readonly<Options>): Promise<[repo: string | false | undefined, root: string] | undefined>;
import type { VFile } from 'vfile';
import type { Options } from 'remark-validate-links';
//# sourceMappingURL=find-repo.node.d.ts.map