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