export declare class ExtraInfoList { item?: string; value?: string; note?: Array; constructor(); withItem(item: string): ExtraInfoList; withValue(value: string): ExtraInfoList; withNote(note: Array): ExtraInfoList; } //# sourceMappingURL=ExtraInfoList.d.ts.map