import type { GetPaymentIntentListResponse } from '../commonTypes';
import type { PointGetPaymentIntentListClient } from './types';
export default function getPaymentIntentList({ options, config }: PointGetPaymentIntentListClient): Promise<GetPaymentIntentListResponse>;