import { Bech32UtxoWallet } from '../../abstract/Bech32UtxoWallet/Bech32UtxoWallet';
import { Transports } from '../../Transports';
import { LitecoinInfo } from '../../../CurrencyInfo';
import { LitecoinUtils } from '../../../CurrencyUtils';
export declare class LitecoinWallet extends Bech32UtxoWallet<typeof LitecoinInfo> {
    constructor(utils: LitecoinUtils, transports: Transports);
}
