import { c as SignedPayload, E as EncodeSignedOptions, D as DecodedToken, V as VerifySignedOptions } from '../signed.errors-CpgTbRvW.js'; export { A as AudienceMismatchError, I as InvalidSignatureError, a as InvalidTokenError, b as IssuerMismatchError, N as NotBeforeError, S as SignedHeader, d as SignedTokenError, e as StandardClaims, T as TokenExpiredError } from '../signed.errors-CpgTbRvW.js'; export { b as HmacAlgorithm, e as RsaAlgorithm, S as SignedAlgorithm } from '../algorithm.enum-BXj05MSN.js'; declare function encodeSigned(payload: SignedPayload, secret: string, options?: EncodeSignedOptions): Promise; declare function decodeSigned(token: string): DecodedToken; declare function verifySigned(token: string, secret: string, options: VerifySignedOptions): Promise; export { DecodedToken, EncodeSignedOptions, SignedPayload, VerifySignedOptions, decodeSigned, encodeSigned, verifySigned };