export declare function objectMap(input: Input, mapper: (value: any, key: string) => any): Output;