import { Context } from "../types"; declare function getJWT(context: Context): Promise; export default getJWT; //# sourceMappingURL=get-jwt.d.ts.map