/** Make an assertion, error will be thrown if `expr` does not have truthy value. */ export declare function assert(expr: unknown, msg?: string): asserts expr;