import { RevocationStatusList } from './revocationStatusList.js'; import { StatusListDecoder } from './statusListDecoderFactory.js'; import { StatusListCredentialResponse } from '../resolvers/statusListCredentialFetcher.js'; export declare class TokenStatusListDecoder implements StatusListDecoder { getEncodedList(data: string | StatusListCredentialResponse): RevocationStatusList; }