import { CommandModule } from 'yargs';
import { WithPsbtOptions } from './withPsbt';
export type ArgsSignPsbt = WithPsbtOptions & {
key: string;
};
export declare const cmdSign: CommandModule<unknown, ArgsSignPsbt>;
//# sourceMappingURL=cmdSign.d.ts.map