import * as z from "zod/v3";
export type PostDatasetImportFromPlaygroundInSchema = {
    conversationIds: Array<string>;
};
/** @internal */
export type PostDatasetImportFromPlaygroundInSchema$Outbound = {
    conversation_ids: Array<string>;
};
/** @internal */
export declare const PostDatasetImportFromPlaygroundInSchema$outboundSchema: z.ZodType<PostDatasetImportFromPlaygroundInSchema$Outbound, z.ZodTypeDef, PostDatasetImportFromPlaygroundInSchema>;
export declare function postDatasetImportFromPlaygroundInSchemaToJSON(postDatasetImportFromPlaygroundInSchema: PostDatasetImportFromPlaygroundInSchema): string;
//# sourceMappingURL=postdatasetimportfromplaygroundinschema.d.ts.map