export type Dependencies = {
  crypto: Crypto.Implementation
  reference: Reference.Implementation
  storage: Storage.Implementation
}