declare global {
    interface Window {
        FakeXMLHttpRequest: any;
        RouteRecognizer: any;
    }
}
export {};
