export declare class GeneralUtil { static msToDate(ms: number): string; static getPostUrl(code: string): string; static logger(title: string, event: unknown): void; }