import { TopupConfig } from '../../types';
export declare const topupConfig: (params: TopupConfig) => Promise<void>;
