/** Omit properties from an object */ export declare const omit: (obj: Props, keys: Prop[]) => Omit; //# sourceMappingURL=omit.d.ts.map