export declare function invariant(condition: unknown, message?: string | (() => string)): asserts condition;