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