export declare function createOutgoingPeerRequestToken(url: string, hostURL: string): Promise<string | undefined>;
