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