import * as express from 'express'; export declare class ClientRouter { static post(request: express.Request, response: express.Response): Promise; static channelsGet(request: express.Request, response: express.Response): Promise; }