import { Credentials } from '../../../utils/getFullCredentials.types';
import { BankCheckoutCharge } from './bankCheckoutCharge.types';
export declare const bankCheckoutCharge: (credentials: Credentials) => BankCheckoutCharge;
