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