import { IceCandidate } from "./IceCandidate";
export declare class SelectedCandidatePair {
    private local;
    private remote;
    constructor(local: IceCandidate, remote: IceCandidate);
}
