export declare const TenderSquareAccountDetailsStatus: { readonly Authorized: "AUTHORIZED"; readonly Captured: "CAPTURED"; readonly Voided: "VOIDED"; readonly Failed: "FAILED"; }; export type TenderSquareAccountDetailsStatus = (typeof TenderSquareAccountDetailsStatus)[keyof typeof TenderSquareAccountDetailsStatus];