import { IHash } from '../../interfaces'; export declare function createRemapper(rules: any): (data: IHash) => IHash;