import { SupportChildsModel } from './SupportChildsModel'; export declare class ParallelModel extends SupportChildsModel { action: string; description: string; static Match(txt: string): ParallelModel; toMMD(context: string, space?: number): string; applyChilds(): void; }