export declare function warn(msg: string): void; export declare function assert(condition: string | boolean, msg: string): void;