import { ProtocolNetwork } from './ProtocolNetwork'; export interface ProtocolOptions { network: ProtocolNetwork; config: T; }