import Route from './Route'; /** * The routes of the application. */ export declare const routes: { HOME: Route; ABOUT: Route; EMAIL_CHECK: Route; GAME: Route; HELPSHEET: Route; NOT_FOUND: Route; PROFILE: Route; NEWGAME: Route; PLAYGAME: Route; };