import { Blockchain } from "@rarible/api-client"; /** * @todo this must be implemented in `@rarible/types` package */ export declare function toBlockchainGroup(blockchain: Blockchain): Blockchain; export * from "@rarible/sdk-common/build/utils/address";