import { IObjectIfBlock, IObjectSwitchBlock } from "./object";
export declare type IBlockType = IObjectIfBlock | IObjectSwitchBlock;
