/** * Finix API */ import { ApplicationProfile } from './applicationProfile'; /** * List of `application_profile` resources. */ export declare class ApplicationProfilesListEmbedded { /** * `application_profile` resources. */ 'applicationProfiles'?: Set; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }