export declare class LogService { static clientLogs: any[]; static serverLogs: any[]; static clientPush(info: any): void; static serverPush(info: any): void; static print(log: any, type?: 'Client' | 'Server'): void; }