/** * render whole page and return cached CSS classes * @param html * @returns */ export declare const renderStatic: (html: string | undefined) => Promise<{ html: string; ids: string[]; css: string; }>;