import { LCDClient } from './lcd/LCDClient';
import { Db } from './lcd/Db';
export declare class LocalGlitter extends LCDClient {
    wallets: {
        validator: Db;
        test1: Db;
        test2: Db;
        test3: Db;
        test4: Db;
        test5: Db;
        test6: Db;
        test7: Db;
        test8: Db;
        test9: Db;
        test10: Db;
    };
    constructor(isClassic?: boolean);
}
