/**
 * @ignore
 */
export declare function staticsMiddleware(directory: string, options?: any): (request: any, response: any, next: any) => void;
