declare type SlayerBeastSearchMethods = "terms" | "firstLetter" | "area" | "slayerCategory" | "weakness" | "levelRange"; export declare const areas: () => Promise; export declare const beast: (beastid: number) => Promise; export declare const beastSearch: (search: string, method?: SlayerBeastSearchMethods) => Promise; export declare const slayerCategories: () => Promise; export declare const weaknesses: () => Promise; export {}; //# sourceMappingURL=bestiary.d.ts.map