import { Event, UnauthorizedRoute } from "../types";
export declare const unauthorized: (event: Event, route: UnauthorizedRoute) => void;
