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