import * as z from "zod/v3"; export type GetConnectionRequest = { /** * Unique identifier for a company. */ companyId: string; /** * Unique identifier for a connection. */ connectionId: string; }; /** @internal */ export type GetConnectionRequest$Outbound = { companyId: string; connectionId: string; }; /** @internal */ export declare const GetConnectionRequest$outboundSchema: z.ZodType; export declare function getConnectionRequestToJSON(getConnectionRequest: GetConnectionRequest): string; //# sourceMappingURL=getconnection.d.ts.map