/** * `assert(condition: boolean, errorMsg?: string)` * Throw an Error with the optional error message if condition is false. Otherwise, nothing happens. * @onchain * @category Global Functions */ export declare function assert(condition: boolean, msg?: string): asserts condition; //# sourceMappingURL=assert.d.ts.map