export declare const config: {
    email: string;
    phone_number: string;
    merchantKey: string;
    amount: number;
    sourceCurrency: string;
    destinationCurrency: string;
    tx_ref: string;
    businessId: string;
    fullname: string;
    paymentDescription: string;
    kit: {
        currency: string;
        phone_number: string;
        email: string;
        fullname: string;
        tx_ref: string;
        paymentType: string;
    };
};
