import type { DeliverableVerificationRequest } from "./types.js"; /** * Serialize the full deliverable-verification request (issue #747) to the wire shape every * transport parses: companion bytes become `bytesB64`, everything else passes through. Kept * separate from the API modules so the direct API, the session, and the worker proxy share * one encoding. */ export declare function serializeVerificationRequest(request: DeliverableVerificationRequest): string; //# sourceMappingURL=verification-request.d.ts.map