import { ParamsCreateSynthAccount } from '../../../types/rpc/params-create-synth-account.mjs'; import { RpcCreateTxResult } from '../../../types/rpc/rpc-create-tx-result.mjs'; import type { WalletClient } from '../../../../clients/types.mjs'; export declare function createSynthAccount(client: WalletClient, param: ParamsCreateSynthAccount): Promise;