import { JsonFragment } from "../abis.model"; declare const HubABI: JsonFragment[]; declare const HubByteCode: { object: string; sourceMap: string; linkReferences: {}; }; export { HubABI, HubByteCode };