import { Route } from '../../types/route.js'; export declare const isBuildRequired: (route: Route) => boolean;