export declare type Mapper = (data: { [key: string]: any; }) => T;