import { AnoncredNonRevokedIntervalV1 } from '../models/AnoncredNonRevokedIntervalV1'; export declare class AnoncredRequestedPredicateV1 { 'name': string; 'pType': string; 'pValue': number; 'restrictions'?: Array<{ [key: string]: string; }>; 'nonRevoked'?: AnoncredNonRevokedIntervalV1; static readonly discriminator: string | undefined; static readonly attributeTypeMap: Array<{ name: string; baseName: string; type: string; format: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; format: string; }[]; constructor(); }