import type { AssemblerHookHandler } from '@adonisjs/core/types/app'; /** * * The hook is responsible for launching the react-router build command when the application is built */ export default function reactRouterBuildHook({ logger, }: Parameters[0]): Promise; export declare function resolveViteConfig(): Promise;