import type { LogParams } from '../../types/internal';
/**
 * Asserts that the value is `never` (throw in any case).
 */
export declare function assertValueIsNever(value: never, check: string, payload?: LogParams): value is never;
