declare function safeGet(obj: any, path: string | string[]): any;

export = safeGet;
