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