export declare function get(object: any, path: string | string[], defValue?: Default): T | undefined | Default;