import { ExoGraphMiddleware } from '../accessories/ExoGraphMiddleware'; import { ExoGraphRoleGuard } from './Guards/ExoGraphRoleGuard'; export declare class ExoGraphGuards { role: ExoGraphRoleGuard; use(middleware: ExoGraphMiddleware): void; private $authorized; }