/**
* Throws an `Error` with the optional `message`if`condition` is falsy
* @note Replacement for the external assert methodtoreducebundlesize
*/
exportdeclarefunctionassert(condition: any, message?: string): void;
//# sourceMappingURL=assert.d.ts.map