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