import { Bank } from 'oldschooljs'; import { Item } from 'oldschooljs/dist/meta/types'; export declare function modifyItem(itemName: string | number, data: Partial): void; export declare function sanitizeBank(bank: Bank): Bank; export declare function getItem(itemName: string | number | undefined): Item | null; //# sourceMappingURL=osjs.d.ts.map