/** * Assertion, with Typescript 3.7 asserts to convey the information to compiler. * @param condition - condition * @param message - message */ export declare function assert(condition: boolean, message?: string): asserts condition; //# sourceMappingURL=AssertionUtils.d.ts.map