export declare class Turn {
    urls: [string];
    username: string;
    credential: string;
}
//# sourceMappingURL=turn.d.ts.map