declare const _default: (renderer: any, { url, hooks, isProd }: { url: string; hooks: any; isProd: boolean; }) => Promise<{ html: string; context: any; }>; export default _default;