import { HookConfig, InitializePayment } from './types';
export default function usePaystackPayment(hookConfig: HookConfig): InitializePayment;
