import * as z from "zod"; import { ApiError } from "./apierror.js"; import { FoldersSearchResponse } from "./folderssearchresponse.js"; export type SearchFoldersPostGlobals = { cloud_name?: string | undefined; }; export declare const SearchFoldersPostGlobals$zodSchema: z.ZodType; export type SearchFoldersPostResponse = FoldersSearchResponse | ApiError; export declare const SearchFoldersPostResponse$zodSchema: z.ZodType; //# sourceMappingURL=searchfolderspostop.d.ts.map