import * as utxolib from '@bitgo-beta/utxo-lib'; export declare function getReplayProtectionAddresses(network: utxolib.Network): string[]; export declare function isReplayProtectionUnspent(u: utxolib.bitgo.Unspent, network: utxolib.Network): boolean; //# sourceMappingURL=replayProtection.d.ts.map