import type { ChargebackGetClient } from './types'; import type { ChargebackResponse } from '../commonTypes'; export default function get({ id, config }: ChargebackGetClient): Promise;