import type { RequestHandler } from "express"; import type { CreateServerOptions } from "../../types"; /** * Prepare file upload middleware * Resolves file upload options from the request or server options * and creates multer middleware. * * @param options - Server options * @returns Request handler */ export declare const prepareFileUpload: (options: CreateServerOptions) => RequestHandler; //# sourceMappingURL=index.d.ts.map