export declare const throwError: (error: string) => never; export declare function assert(condition: unknown, message: string): asserts condition;