import { TestClass } from "@hn3000/tsunit-async"; export declare class ModelTypeBoolTest extends TestClass { private static s_type; testBooleanFalseIsValid(): void; testBooleanTrueIsValid(): void; testBooleanConversions(): void; }