/// <reference types="node" />

/**
 * @returns {string} Absolute path to the linkcheck executable (`linkcheck.exe` on
 * Windows, `linkcheck` otherwise).
 */
declare const linkcheck: string;
export = linkcheck;
