/** * Assert that a value is never. * * This is utility function for exhaustive checking of discriminated unions, to ensure that all cases are handled. * * @internal */ export declare const assertNever: (value: never) => void; //# sourceMappingURL=typeUtils.d.ts.map