import { DaffPersistenceService } from '@daffodil/core'
interface DaffPersistenceService { setItem: void getItem: any clear: void removeItem: void }