import { CommandModule } from 'yargs';
import { WithPsbtOptions } from './withPsbt';
import * as utxolib from '@bitgo/utxo-lib';
type ArgsFinalizePsbt = WithPsbtOptions & {
    extract: boolean;
};
export declare function finalizeWithWrappedPsbt(psbt: utxolib.bitgo.UtxoPsbt | utxolib.Psbt): void;
export declare const cmdFinalize: CommandModule<unknown, ArgsFinalizePsbt>;
export declare const cmdExtract: CommandModule<unknown, WithPsbtOptions>;
export {};
//# sourceMappingURL=cmdFinalize.d.ts.map