export interface PairRequest { peerId: string; appName: string; appVersion: string; publicKey: string; callbackURL?: string; }