import { IFetchBalanceResponse } from '../interfaces';
export type IAddressListTest = {
    [key: string]: {
        public_key: string;
        secret_key: string;
        address_version: null;
    };
};
export declare const CONFIG: {
    mempoolHost: string;
    storageHost: string;
    valenceHost: string;
    passphrase: string;
};
export declare const MK: {
    nonce: string;
    save: string;
};
export declare const ADDRESS_LIST_TEST: IAddressListTest;
export declare const FETCH_BALANCE_RESPONSE_TEST: IFetchBalanceResponse;
