import type { GetServerPropsContext, PageRouteDetails } from '../../types'; import type { PageProps, PageStaticData } from '@redocly/config'; export declare function getServerPropsFromSystemHandlers(route: PageRouteDetails, staticData: PageStaticData, variables: Record, propsFromUserHandler: PageProps | undefined, serverPropsGetters: Record, actions: GetServerPropsContext, pathParams: { params: string[]; queries: Record; }): Promise; //# sourceMappingURL=get-server-props-from-system-handlers.d.ts.map