/** @see https://foxact.skk.moe/invariant-nullthrow */ declare function invariant(value: T, message?: string): asserts value is NonNullable; export { invariant };