import * as z from "zod"; import { FolderNamePath } from "./foldernamepath.js"; export type MoveFolderResponse = { from: FolderNamePath; to: FolderNamePath; }; export declare const MoveFolderResponse$zodSchema: z.ZodType; //# sourceMappingURL=movefolderresponse.d.ts.map