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

export { nullthrow };
