/** The easiest assertion function in the world */ export declare function assert(what: unknown, message: string): asserts what;