import { Network } from '@btc-vision/bitcoin';
export declare const getP2op: (rawAddress: string, network: Network) => string;
