import { PaymentMethodAttributesResult, PaymentMethodAttributesChange } from '@shopify/checkout-ui-extensions'; /** * Returns a function to set payment method attributes. */ export declare function useApplyPaymentMethodAttributesChange(): (change: PaymentMethodAttributesChange) => Promise; //# sourceMappingURL=payment-method.d.ts.map