import type { SignatureProviderArgs } from './chain-api-interfaces'; export declare const signTx: ({ chainId, privateKey, serializedTransaction, }: SignatureProviderArgs) => string[];