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