import { BufferReader } from '../buffer-reader'; import { StdfRecord } from '../stdf-record'; export declare class SdrRecord extends StdfRecord { headNum?: number; siteGrp?: number; siteCount?: number; siteNums: Array; handlerType?: string; handlerId?: string; cardType?: string; cardId?: string; loadType?: string; loadId?: string; dibType?: string; dibId?: string; cableType?: string; cableId?: string; contactorType?: string; contactorId?: string; laserType?: string; laserId?: string; extraType?: string; extraId?: string; constructor(type: number, sub: number, br: BufferReader); }