import { ListAPIResponse } from "../types/steam";
export declare function getSteamIDList(): Promise<ListAPIResponse>;
