/** * Finix API */ /** * Details the page that\'s returned. */ export declare class UsersListPage { /** * The number of entries returned. */ 'count'?: number; /** * The number of entries to return. */ 'limit'?: number; /** * The number of items to skip before starting to collect the result set. */ 'offset'?: number; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }