/*! Copyright 2025 the gnablib contributors MPL-1.1 */
export declare function expect<T extends string | number | boolean>(v: T): void;
