import type { RequestHandler } from 'express'; import type { IFs } from 'memfs'; export declare function withMemoryFs(fs: IFs): RequestHandler<{ id: string; assetPath: string; }>;