export declare function omit, K extends keyof T & string>(input: T, key: K): Omit; //# sourceMappingURL=omit.d.ts.map