import { SecurityComponent } from '../SecurityComponent'; import { Context } from "../../Interfaces/Context"; export declare class JwtAuthenticationAdapter implements SecurityComponent { private secret; constructor(secret: string); handle(ctx: Context, next: Function): boolean; } //# sourceMappingURL=JwtAuthenticationAdapter.d.ts.map