import { ethers } from 'ethers'; import { Call } from '.'; export declare function byteLength(bytesLike: ethers.utils.BytesLike): number; /** * Serialize a call to its packed Optics governance representation * @param call The function call to serialize * @returns The serialized function call, as a '0x'-prepended hex string */ export declare function serializeCall(call: Call): string; export declare function associateCalls(_calls: Map): [number[], Call[][]]; export declare function normalizeCall(partial: Partial): Readonly; //# sourceMappingURL=utils.d.ts.map