export declare const objectOf: (key: keyof T) => (x: T[keyof T]) => { [x: string]: T[keyof T]; };