export type DevicePairingAnswer = { accept: boolean; pin: string | null; username: string | null; password: string | null; address: string | null; }; //# sourceMappingURL=DevicePairingAnswer.d.ts.map