import { ControlModel } from './ControlModel'; export declare class RefModel extends ControlModel { name: string; description?: string; static Match(txt: string): RefModel; isRelease(_space: number): boolean; toMMD(context: string, space?: number): string; getSubjects(context: string): import("./SubjectInfor").SubjectInfor[]; getShapes(context: string): string[]; }