export declare function get<T = any>(obj: Record<string, unknown>, path: string, defaultValue?: T): T;
