import { StoarClient } from '@stoar/sdk';
export interface WalletConfig {
    wallet: any;
    arweave: any;
    client: StoarClient;
}
export declare function getWalletConfig(options: any): Promise<WalletConfig>;
export declare function formatArweaveAmount(winston: string): string;
export declare function checkBalance(client: StoarClient, requiredAmount?: string): Promise<string>;
//# sourceMappingURL=wallet.d.ts.map