import { Item, ItemGraph } from "../lib/RuneScape";
export declare const getItem: (id: number) => Promise<Item>;
export declare const getItemGraph: (id: number) => Promise<ItemGraph>;
//# sourceMappingURL=grandexchange.d.ts.map