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