/** * Exits the Steam application. * * @returns Steam exit URL. * @example * exit() * // => 'steam://exit' * @link https://developer.valvesoftware.com/wiki/Steam_browser_protocol */ export declare function exit(): string;