import { PaymentInitData, StoreIntTypes } from "./types";
export declare const paymentInitData: (data: PaymentInitData & StoreIntTypes) => FormData;
