export declare class Assert { static mustBeTrue(condition: boolean, msg?: string): void; } //# sourceMappingURL=Assert.d.ts.map