import { PriceAPIResponse } from "../types/steam";
export declare function getSteamPriceOverview(appids: number[], country?: string): Promise<PriceAPIResponse>;
