export declare const pickKeys: >(keys: K[], obj: A) => Partial; export declare const pickKeysU: >(keys: K[]) => (obj: A) => Partial;