export default function invariant(condition: any, message?: string | (() => string)): asserts condition;
//# sourceMappingURL=invariant.d.ts.map