/** * Finix API */ import { Verification } from './verification'; /** * List of `Verifications`. */ export declare class VerificationsListEmbedded { /** * `Verification` resources. */ 'verifications'?: Set; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }