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