import * as z from "zod/v3"; export type UpdateTopicRequestDto = { /** * The display name for the topic */ name: string; }; /** @internal */ export type UpdateTopicRequestDto$Outbound = { name: string; }; /** @internal */ export declare const UpdateTopicRequestDto$outboundSchema: z.ZodType; export declare function updateTopicRequestDtoToJSON(updateTopicRequestDto: UpdateTopicRequestDto): string; //# sourceMappingURL=updatetopicrequestdto.d.ts.map