import { Strategy } from "../typings";
export declare class JwtStrategy implements Strategy {
    applyRequest(request: any): Promise<any>;
}
