import type { Context } from '../../types';
export declare const admin: (ctx: Context) => boolean;
