import {Registry as EosRegistry} from "./registry";

export const Regsitry = EosRegistry;

export type Regsitry = EosRegistry;