export declare const get: (object: {}, path: string | string[], defaultValue?: any) => any; export declare const omit: (object: {} | null | undefined, paths: string[]) => any;