import { z } from "zod"; export declare const FileStorageConfig: z.ZodObject<{ basePath: z.ZodString; tmpPath: z.ZodString; hashSecret: z.ZodOptional; getUrl: z.ZodOptional, z.ZodString>>; putUrl: z.ZodOptional, z.ZodPromise>>; }, "strip", z.ZodTypeAny, { basePath: string; tmpPath: string; hashSecret?: string | undefined; getUrl?: ((args_0: string, ...args: unknown[]) => string) | undefined; putUrl?: ((args_0: string, ...args: unknown[]) => Promise) | undefined; }, { basePath: string; tmpPath: string; hashSecret?: string | undefined; getUrl?: ((args_0: string, ...args: unknown[]) => string) | undefined; putUrl?: ((args_0: string, ...args: unknown[]) => Promise) | undefined; }>; export type FileStorageConfig = z.infer; //# sourceMappingURL=FileStorageConfig.d.ts.map