declare function invert(obj: any): any;

export = invert;
