export declare function getType(val: any): string; export declare function get(obj: any, key: string | any[], defaultValue?: T): T;