import * as yargs from 'yargs';
import { WithPsbtOptions } from './withPsbt';
type ArgsCreatePsbt = WithPsbtOptions & {
txVersion?: number;
txLocktime?: number;
};
export declare const cmdCreate: yargs.CommandModule<unknown, ArgsCreatePsbt>;
export {};
//# sourceMappingURL=cmdCreate.d.ts.map