import { EthosConfiguration } from '../types/EthosConfiguration'; declare const initializeEthos: (ethosConfiguration: EthosConfiguration) => void; export default initializeEthos;