/** * Inspired by * https://github.com/burakcan/mb */ export declare function oc(data: any, path: string[], defaultValue?: any): any;