export default function useApplePay(): {
    processApplePay: (ref: any, applePayToken: any) => Promise<any>;
};
