import * as z from "zod"; export type CreateFolderResponse = { success?: boolean | undefined; path?: string | undefined; name?: string | undefined; }; export declare const CreateFolderResponse$zodSchema: z.ZodType; //# sourceMappingURL=createfolderresponse.d.ts.map