import * as bitcoin from 'bitcoinjs-lib'; import { RemoteSigner } from './signer'; import { Inscription } from '../inscription'; export { RemoteSigner }; export declare function inscribeData(signer: RemoteSigner, toAddress: string, feeRate: number, inscription: Inscription, postage?: number): Promise;