/** Describes the type of this unit and indicates which field contains the unit information. This is an ‘open’ enum. */ export declare const TerminalActionActionType: { readonly QrCode: "QR_CODE"; readonly Ping: "PING"; readonly SaveCard: "SAVE_CARD"; readonly Signature: "SIGNATURE"; readonly Confirmation: "CONFIRMATION"; readonly Receipt: "RECEIPT"; readonly DataCollection: "DATA_COLLECTION"; readonly Select: "SELECT"; }; export type TerminalActionActionType = (typeof TerminalActionActionType)[keyof typeof TerminalActionActionType];