export declare class PcrTestRecordWordsBlockList { words?: string; location?: Array>; confidence?: number; constructor(); withWords(words: string): PcrTestRecordWordsBlockList; withLocation(location: Array>): PcrTestRecordWordsBlockList; withConfidence(confidence: number): PcrTestRecordWordsBlockList; } //# sourceMappingURL=PcrTestRecordWordsBlockList.d.ts.map