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