/**
* The pairing code is a 8 or 9 character alphanumeric string that is displayed on a SumUp Device after initiating the pairing. It is used to link the physical device to the created pairing.
*/
export type ReaderPairingCode = string;
//# sourceMappingURL=reader-pairing-code.d.ts.map