import { BaseSubChain } from "./BaseSubChain";
export declare class EmptySubChain extends BaseSubChain {
}
