import { ParamsChangeVKey } from '../../types/rpc/params-change-vkey.cjs'; import { RpcCreateTxResult } from '../../types/rpc/rpc-create-tx-result.cjs'; import type { WalletClient } from '../../../clients/types.cjs'; export declare function changeVkey(client: WalletClient, params: ParamsChangeVKey): Promise;