export declare function objFromMap(src: any, target: any, map: any, options?: { ignoreKeys?: boolean; prefix?: string; }): any;