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