import type { PageRouteDetails } from '../types'; import type { MdOptions } from '../markdown/types'; export default function getServerProps({ fsPath }: PageRouteDetails, data: { props: any; }, { partials, variables }: MdOptions): Promise; //# sourceMappingURL=get-server-props.d.ts.map