import type { Middleware } from '../../types'; export declare const jwt: (options: { secret: string; alg?: string; }) => Middleware;