import { Network } from '@btc-vision/bitcoin';
export declare function isP2MRAddress(addr: string, network: Network): boolean;
