declare function async_log(msg: string): Promise<void>;
declare function async_error(msg: string): Promise<void>;
