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