import type { ExactPartial } from '../../types/utils.js';
import type { ZkSyncTransactionSerializable } from '../types/transaction.js';
export declare function assertEip712Transaction(transaction: ExactPartial<ZkSyncTransactionSerializable>): void;
//# sourceMappingURL=assertEip712Transaction.d.ts.map