export declare const get: (obj: any, key: any, def: any, p?: number, undef?: any) => any;
export default get;
