import { Middleware } from './types'; export declare function staticFiles(directory: string): Middleware;