import { Turn } from "./turn";
export declare class ClientInfo {
    id: string;
    bitRate: Number;
    channels: Number;
    turn: Array<Turn>;
    constructor();
}
//# sourceMappingURL=client_info.d.ts.map