export declare type JSONJWTStringFormat = { name: "jwt"; }; export declare function inferJWT(value: string): JSONJWTStringFormat | undefined;