import type { PageRouteDetails } from './types.js'; export declare function makeErrorRoute(relativePath: string, slug: string, error: Error): PageRouteDetails; //# sourceMappingURL=error-route.d.ts.map