import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type DeleteTopicResponseDto = { /** * Indicates if the operation was acknowledged */ acknowledged: boolean; }; /** @internal */ export declare const DeleteTopicResponseDto$inboundSchema: z.ZodType; export declare function deleteTopicResponseDtoFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=deletetopicresponsedto.d.ts.map