export declare const transform: (obj: { [key: string]: T; }, fn: (value: T) => any) => { [key: string]: T; };