import type { JwtAssertionOptions } from './types.js';
export default function signJwt(options: JwtAssertionOptions): string | null;
