/**
 * Searches for Steam.
 *
 * @returns Location of Steam. `undefined` if Steam wasn't found.
 */
export declare function findSteam(): Promise<string | undefined>;
//# sourceMappingURL=steam.d.ts.map