import { QueryResult } from '@1hive/connect-thegraph'; import ContractCache from '../../models/helpers/ContractCache'; import GeneralConfig from '../../models/GeneralConfig'; export declare function parseGeneralConfig(result: QueryResult, contractCache: ContractCache): Promise; //# sourceMappingURL=config.d.ts.map