declare function omit(obj: any, filter: string | string[] | Function): any;

export = omit;
