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