import { Context } from "../Interfaces/Context"; export interface SecurityComponent { handle(ctx: Context, next: Function): boolean; } //# sourceMappingURL=SecurityComponent.d.ts.map