import type { Context, Next } from 'koa'; export declare function ServerSiderRender(ctx: Context, next: Next): Promise;