import type { CCIPMessage, CCIPVersion, ExecutionInput } from '../../types.ts'; /** * Serializes an execution report for Sui manual execution. * @param executionReport - The execution report to serialize. * @returns Serialized execution report as Uint8Array. */ export declare function serializeExecutionReport(executionReport: ExecutionInput>): Uint8Array; //# sourceMappingURL=encoder.d.ts.map