import type { Context } from 'hono'; import type { GetServerPropsContext, PageRouteDetails } from '../../types'; import type { PageProps, PageStaticData } from '@redocly/config'; export declare function getServerProps(route: PageRouteDetails, ctx: Context | null, staticData: PageStaticData, actions: GetServerPropsContext): Promise; //# sourceMappingURL=get-server-props.d.ts.map