import { DecodedJwt } from './types.js'; export declare function verifyJwtSignature(decoded: DecodedJwt, key: CryptoKey): Promise;