export declare function objectMap(input: Input, mapper: (value: InputValue, key: string) => OutputValue): { [P in keyof Input]: OutputValue; };