declare const omit: (keys: readonly K[]) => (obj: T) => Omit; export { omit };