import { a as PageRoute, b as PageModule } from './types-03ac43d7.js'; import 'next/types'; import 'react'; /** * © 2022 WavePlay */ declare const pageRoutes: PageRoute[]; declare function importPage(routePath: string): Promise; export { importPage, pageRoutes };