import { BootFunc, RenderToStringFunc } from './PrerenderingInterfaces'; export declare function createServerRenderer(bootFunc: BootFunc): RenderToStringFunc;