import { Application, Binding, Component } from '@loopback/core'; /** * Provides out of the box jwt functionality. * Includes roles inside the token and provides refresh and reuse detection. */ export declare class LbxJwtComponent implements Component { private readonly app; bindings: Binding[]; constructor(app: Application); }