import { BufferReader } from '../buffer-reader'; import { StdfRecord } from '../stdf-record'; export declare class MirRecord extends StdfRecord { setupTime?: Date; startTime?: Date; statNum?: number; modeCode?: string; rtstCode?: string; protCode?: string; burnTime?: number; cmodCode?: string; lotId?: string; partType?: string; nodeName?: string; testerType?: string; jobNam?: string; jobRevison?: string; subLotId?: string; operName?: string; execType?: string; execVar?: string; testCode?: string; testTemp?: string; userTxt?: string; auxFile?: string; pkgType?: string; familyId?: string; dateCode?: string; facilId?: string; floorId?: string; procId?: string; operFrq?: string; specName?: string; specVer?: string; flowId?: string; setupId?: string; designRevision?: string; engId?: string; romCode?: string; serialNumber?: string; suprName?: string; constructor(type: number, sub: number, br: BufferReader); }