/**
 * is-authenticated policy
 * Requires a valid JWT token - returns 401 Unauthorized if not authenticated
 */
declare const _default: (policyContext: any) => Promise<boolean>;
export default _default;
