import { EggContext, Next } from '@eggjs/tegg';
export declare function AlwaysAuth(ctx: EggContext, next: Next): Promise<void>;
