export declare function get(obj: any, path: any, defaultValue?: any): any;
export default get;