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