import { Result } from '@standardnotes/domain-core' import { AsymmetricMessageServerHash } from '@standardnotes/responses' export interface AsymmetricMessageServiceInterface { getOutboundMessages(): Promise> getInboundMessages(): Promise> downloadAndProcessInboundMessages(): Promise }