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