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