import { Request } from '../_types'; export declare const path: (path: string) => (request: Request) => Request;