type TimeJSON = { unixtime: number; }; export declare class TimeService { url: string; constructor(url: string); getTime(): Promise; } export {};