import ReadDICOMTagsResult from './read-dicom-tags-result.js';
/**
 * @deprecated Use readDicomTags from @itk-wasm/dicom instead
 */
declare function readDICOMTags(webWorker: Worker | null, file: File, tags?: string[] | null): Promise<ReadDICOMTagsResult>;
export default readDICOMTags;
