/** * * @deprecated Use readDicomTagsNode from @itk-wasm/dicom instead */ declare function readDICOMTagsLocalFile(fileName: string, tags?: string[] | null): Promise>; export default readDICOMTagsLocalFile;