import { Environment } from '../types/checkout/CheckoutConfig.type'; export declare const getSupportedPaymentMethods: ({ id, checkoutKey, environment, }: { id: string; checkoutKey: string; environment: Environment; }) => Promise; //# sourceMappingURL=getSupportedPaymentMethods.query.d.ts.map