/** * Returns the decrypted claim value, the value itself when it is legacy * plaintext, or undefined when it is missing or fails to decrypt. */ export declare function decryptClaimValue(value: unknown, secret: string): string | undefined; //# sourceMappingURL=decrypt-claim-value.d.ts.map