import { Server } from 'socket.io'; export declare class AdminWsSyncHelper { static get ws(): Server; static sentStats: {}; static initCron(): void; static syncToClient(type: string, payload: any): void; }