export type KType = string | any[] | number; export default function get(obj: any, keys?: KType, defaultValue?: any): T;