import type { JWTString } from "./types.js"; export declare function isJWT(str: string): str is JWTString; //# sourceMappingURL=is-jwt.d.ts.map