export interface ArchivedItem { id: string; label: string; isPii?: boolean; } //# sourceMappingURL=types.d.ts.map