export declare const addRouteToModule: (newRouteName: string, targetRouteFile: string, path: string) => Promise<void>;
