import type UpdatePersonaOptions from '../repoFactory/options/UpdatePersonaOptions'; import type UpdatePersonaResult from '../repoFactory/results/UpdatePersonaResult'; import type Config from './Config'; declare const _default: (config: Config) => ({ personaId, organisation, name, upsert, }: UpdatePersonaOptions) => Promise; export default _default;