import autocomplete from "./autocomplete"; import search from "./search"; import random from "./random"; import getAllCombos from "./get-all-combos"; import findById from "./find-by-id"; import makeFakeCombo from "./make-fake-combo"; import { resetCache } from "./spellbook-api"; declare const _default: { autocomplete: typeof autocomplete; search: typeof search; random: typeof random; getAllCombos: typeof getAllCombos; findById: typeof findById; makeFakeCombo: typeof makeFakeCombo; resetCache: typeof resetCache; }; export = _default;