export declare type Omit = Pick>; export declare function omit(inputProps: T, omitProps: K[]): Omit; export declare function omit(inputProps: T, omitProps: string[]): Partial; //# sourceMappingURL=omit.d.ts.map