export declare const Constants: { SCRIPT_TYPES: { P2SH: string; P2PKH: string; }; DERIVATION_STRATEGIES: { BIP44: string; BIP45: string; BIP48: string; }; PATHS: { SINGLE_ADDRESS: string; REQUEST_KEY: string; REQUEST_KEY_AUTH: string; }; BIP45_SHARED_INDEX: number; UNITS: { btc: { toSatoshis: number; full: { maxDecimals: number; minDecimals: number; }; short: { maxDecimals: number; minDecimals: number; }; }; bch: { toSatoshis: number; full: { maxDecimals: number; minDecimals: number; }; short: { maxDecimals: number; minDecimals: number; }; }; mxbit: { toSatoshis: number; full: { maxDecimals: number; minDecimals: number; }; short: { maxDecimals: number; minDecimals: number; }; }; eth: { toSatoshis: number; full: { maxDecimals: number; minDecimals: number; }; short: { maxDecimals: number; minDecimals: number; }; }; bit: { toSatoshis: number; full: { maxDecimals: number; minDecimals: number; }; short: { maxDecimals: number; minDecimals: number; }; }; }; COINS: string[]; UTXO_COINS: string[]; }; //# sourceMappingURL=constants.d.ts.map