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