import type { Data } from './types'; export declare const omit: (object: T, path: K[]) => Omit;