import { Context } from './types'; export declare const renderPath: (currentPath: string, option: Context) => Promise;