import * as z from "zod"; export type GetTopicByExternalIdRequest = { externalId: string; }; /** @internal */ export declare const GetTopicByExternalIdRequest$inboundSchema: z.ZodType; /** @internal */ export type GetTopicByExternalIdRequest$Outbound = { external_id: string; }; /** @internal */ export declare const GetTopicByExternalIdRequest$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace GetTopicByExternalIdRequest$ { /** @deprecated use `GetTopicByExternalIdRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetTopicByExternalIdRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetTopicByExternalIdRequest$Outbound` instead. */ type Outbound = GetTopicByExternalIdRequest$Outbound; } //# sourceMappingURL=gettopicbyexternalid.d.ts.map