export default class ObjectUtils { static omitPropsInObject(obj: { [key: string]: any; }, omitObj: { [key: string]: any; }, clone?: boolean): { [key: string]: any; }; } //# sourceMappingURL=object-utils.d.ts.map