export declare type Omit = Pick>; export declare function getIn(object: any, keys: string | string[], defaultVal?: any): any;