import { TurnService } from './turn.service';
export declare class TurnController {
    private readonly turn;
    constructor(turn: TurnService);
    credentials(req: any): {
        iceServers: import("./turn.service").IceServer[];
        expiresIn: number;
    };
}
