export declare const get_start_time_ts: () => Date; export declare const get_uptime: () => string; export declare function log(..._args: any[]): void; export declare function wrap_log(): void;