import { ProxyTransaction } from "../types"; export declare function encodeProxyTransactionData(txns: ProxyTransaction[]): string;