export declare const omit: , K extends keyof any>(object: T, path: Array) => Omit;