interface GetPersonaAttributeCountResult { readonly count: number; } export default GetPersonaAttributeCountResult;