export declare function addRoute(params: Partial<{ [key in "action" | "url" | "mode"]: string; }>, app_directory?: string): Promise;