import type { RenderExtensionPoint, PaymentOption } from '@shopify/checkout-ui-extensions'; /** * Returns all available payment options. */ export declare function useAvailablePaymentOptions(): PaymentOption[]; /** * Returns payment options selected by the buyer. */ export declare function useSelectedPaymentOptions(): PaymentOption[]; //# sourceMappingURL=payment-options.d.ts.map