export declare function get(source: Record<string, any>, path: string, defaultValue?: any): any;
