import * as z from "zod"; import { ApiError } from "./apierror.js"; import { FoldersListResponse } from "./folderslistresponse.js"; export type ShowFolderGlobals = { cloud_name?: string | undefined; }; export declare const ShowFolderGlobals$zodSchema: z.ZodType; export type ShowFolderRequest = { folder: string; }; export declare const ShowFolderRequest$zodSchema: z.ZodType; export type ShowFolderResponse = FoldersListResponse | ApiError; export declare const ShowFolderResponse$zodSchema: z.ZodType; //# sourceMappingURL=showfolderop.d.ts.map