import { Peer } from './Peer';
export declare class Initiator extends Peer {
    role: "initiator";
    protected connect(): Promise<void>;
}
