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