import type http from "node:http"; export declare function mimeTypes(req: http.IncomingMessage, res: http.ServerResponse, mimeTypes: SWAConfigFileMimeTypes): Promise; export declare function getMimeTypeForExtension(filePathFromRequest: string | URL | null, customMimeType?: SWAConfigFileMimeTypes | undefined): string; //# sourceMappingURL=mime-types.d.ts.map