import * as z from "zod/v4-mini"; import * as models from "../index.js"; export type GetRequest = { channel: models.ChannelName; }; /** @internal */ export type GetRequest$Outbound = { channel: string; }; /** @internal */ export declare const GetRequest$outboundSchema: z.ZodMiniType; export declare function getRequestToJSON(getRequest: GetRequest): string; //# sourceMappingURL=get.d.ts.map