export declare function getClients(): { [id: string]: any; }; export declare function pushToClient(mesg: { client_id: string; }): void;