import { ExitUtil, RootChainManager } from "../pos"; export interface IPOSContracts { rootChainManager: RootChainManager; exitUtil: ExitUtil; }