export declare function get<T>(obj: Record<string, any> | undefined, keypath: string | string[], defaultValue?: T): T | any;
