import { List } from "ts-toolbelt"; export default interface ToObject { toObject(keys: Key): Pick>; }