export default interface MergePersonaResult { readonly identifierIds: string[]; readonly attributeIds: string[]; }