export default function nullThrows<T>(x: T | null | undefined, error: string | Error): T;
//# sourceMappingURL=nullThrows.d.ts.map