export declare const omit: <T extends object>(obj: T, keys: Array<keyof T>) => Partial<T>;
