declare const omit: (object: T | undefined, props: K[]) => T extends null ? { [key: string]: never; } : Omit; export { omit }; //# sourceMappingURL=omit.d.ts.map