import type { DescMessage } from "@bufbuild/protobuf"; import type { UnaryRequest } from "../interceptor.js"; /** * @private Internal code, does not follow semantic versioning. */ export declare function transformConnectPostToGetRequest(request: UnaryRequest, message: Uint8Array, useBase64: boolean): UnaryRequest;