export default function invariant(cond?: boolean, message?: string): asserts cond;
