export { routeBlocker } from "./route-blocker";
export interface RoutesBlockingMap {
    [route: string]: boolean;
}
