import { BuiltInDictionary, Dictionary } from "./types"; declare const _default: (arr: Array) => Dictionary[]; export default _default;