/** Indicates the method used to enter the card's details. */ export declare const TenderCardDetailsEntryMethod: { readonly Swiped: "SWIPED"; readonly Keyed: "KEYED"; readonly Emv: "EMV"; readonly OnFile: "ON_FILE"; readonly Contactless: "CONTACTLESS"; }; export type TenderCardDetailsEntryMethod = (typeof TenderCardDetailsEntryMethod)[keyof typeof TenderCardDetailsEntryMethod];