import Attribute from '../../models/Attribute'; declare const _default: () => Promise<{ attribute: Attribute; personaId: string; }>; export default _default;