import { Result } from '@standardnotes/domain-core' export interface DomainUseCaseInterface { execute(...args: any[]): Promise> }