/**
 * 経路検索結果を自然な文章形式でフォーマットする
 */
export declare function formatRouteSearchResponse(result: any, searchUrl: string, from: string, to: string, datetime: string): string;
