import { SupportedChainId } from '../chains/index.js';
import type { Signer } from '@ethersproject/abstract-signer';
import { TransactionParams } from './types.js';
export declare function getPreSignTransaction(signer: Signer, chainId: SupportedChainId, account: string, orderId: string): Promise<TransactionParams>;
