import * as utxolib from '@bitgo/utxo-lib'; export type MessageInfo = { address: string; message: string; pubkeys: string[]; scriptType: utxolib.bitgo.outputScripts.ScriptType2Of3; }; export declare function assertBaseTx(tx: utxolib.bitgo.UtxoTransaction): void; export declare function assertTxInput(tx: utxolib.bitgo.UtxoTransaction, inputIndex: number, prevOuts: utxolib.TxOutput[], info: MessageInfo, checkSignature: boolean): void; export declare function assertBip322TxProof(tx: utxolib.bitgo.UtxoTransaction, messageInfo: MessageInfo[]): void; export declare function assertBip322PsbtProof(psbt: utxolib.bitgo.UtxoPsbt, messageInfo: MessageInfo[]): void; //# sourceMappingURL=verify.d.ts.map