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