import { IBizroadOptions } from '../types';
export declare const handlePath: (path: string, { context }: IBizroadOptions) => string;
