import type { Context } from 'hono'; import type { RedoclyConfig } from '@redocly/config'; import type { PageRouteDetails } from '../types/index.js'; export declare function detectColorSchemaScript(config?: RedoclyConfig): string; export declare function importServerProps(serverOutDir: string): Promise; export declare function generatePreloadPageData(slug: string): string; export declare const getPathParams: (route: PageRouteDetails, ctx: Context | null) => { params: string[]; queries: Record; }; //# sourceMappingURL=utils.d.ts.map