export declare const authorizePaymentMutation = "\nmutation authorizePayment($authorizePayment: AuthorisedPaymentInput!) {\n authorizePayment(authorisePayment: $authorizePayment) {\n id\n date\n country\n amount {\n formattedAmount\n rawAmount\n currency\n }\n status\n paymentGateway {\n name\n logo\n }\n paymentCore {\n processorStatus\n paymentMethod\n outcome {\n networkStatus\n riskLevel\n riskScore\n type\n declineCode\n processorDeclineCode\n reason\n\n }\n }\n paymentDetails {\n statementDescriptor\n localCurrency\n localAmount {\n formattedAmount\n rawAmount\n currency\n }\n exchangeRate\n fee {\n formattedAmount\n rawAmount\n currency\n }\n tax {\n formattedAmount\n rawAmount\n currency\n }\n processingFee {\n formattedAmount\n rawAmount\n currency\n }\n net {\n formattedAmount\n rawAmount\n currency\n }\n description\n }\n paymentTimeline {\n overview {\n title\n time\n message\n }\n flows {\n name\n date\n flowId\n flowInstanceId\n }\n }\n paymentCustomer {\n id\n name\n }\n paymentMethodDetails {\n id\n number\n expires\n fingerprint\n paymentMethod\n }\n attachments {\n id\n fileName\n accessUrl\n }\n }\n}\n";