import { ProtocolNetwork } from './ProtocolNetwork'; import { ProtocolOptions } from './ProtocolOptions'; import { ProtocolSymbols } from './ProtocolSymbols'; declare const getProtocolOptionsByIdentifier: (identifier: ProtocolSymbols, network?: ProtocolNetwork) => ProtocolOptions; export { getProtocolOptionsByIdentifier };