export declare const config: {
    reference: string;
    email: string;
    amount: number;
    publicKey: string;
};
