import { Middleware } from "./";
/**
 * Adds the given prefix string to the request's URL.  Application rules
 * differ if the given prefix includes a hostname or not.
 */
export declare function withPrefix(prefix: string): Middleware;
