import { ChainGateContext } from '../ChainGateContext';
import { LitecoinInfo } from '../../CurrencyInfo';
import { Bech32UtxoCurrencyUtils } from '../abstract/Bech32UtxoCurrencyUtils/Bech32UtxoCurrencyUtils';
export declare class LitecoinUtils extends Bech32UtxoCurrencyUtils<typeof LitecoinInfo> {
    constructor(context: ChainGateContext);
}
