export declare function omitProps, TKey extends string>(obj: TObject, omit: TKey[]): Omit;