import * as z from "zod/v3"; export type GetConnectionInfoDeprecatedGlobals = { appId?: string | undefined; }; export type GetConnectionInfoDeprecatedRequest = { appId?: string | undefined; roomId: string; }; /** @internal */ export type GetConnectionInfoDeprecatedRequest$Outbound = { appId?: string | undefined; roomId: string; }; /** @internal */ export declare const GetConnectionInfoDeprecatedRequest$outboundSchema: z.ZodType; export declare function getConnectionInfoDeprecatedRequestToJSON(getConnectionInfoDeprecatedRequest: GetConnectionInfoDeprecatedRequest): string; //# sourceMappingURL=getconnectioninfodeprecated.d.ts.map