export declare function shallowCopy(val: any): any;
export declare function mapHash(input: any, func: any): any;
