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