import { APIResponse } from "../types/steam";
export declare function getSteamGameDetails(appid: number, country?: string): Promise<APIResponse>;
