/** * Check if a given string conforms to the structure of a JWT * and whether it is issued by Directus. */ export default function isDirectusJWT(string: string): boolean;