import * as z from "zod/v4"; export type ImportDatasetFromPlaygroundRequest = { conversationIds: Array; }; /** @internal */ export type ImportDatasetFromPlaygroundRequest$Outbound = { conversation_ids: Array; }; /** @internal */ export declare const ImportDatasetFromPlaygroundRequest$outboundSchema: z.ZodType; export declare function importDatasetFromPlaygroundRequestToJSON(importDatasetFromPlaygroundRequest: ImportDatasetFromPlaygroundRequest): string; //# sourceMappingURL=importdatasetfromplaygroundrequest.d.ts.map