export = invariant;
declare function invariant(condition: any, format: any, a: any, b: any, c: any, d: any, e: any, f: any): void;
