import { ERarity } from "../interfaces/crawl.interface"; export declare const getRarity: (rarity: ERarity | undefined) => number; export declare const waitFor: (timeout: number) => Promise; export declare const convertArrayToObject: (array: any[], key: any) => any; //# sourceMappingURL=utils.d.ts.map