import { IRoute } from '../types'; export declare function addParentRoute(opts: { id?: string; addToAll?: boolean; target: IRoute; routes: Record; test?: Function; }): void;