export default TagSets; declare namespace TagSets { export { PatientQuery }; export { StudyQuery }; export { PatientStudyQuery }; export { SeriesQuery }; export { SeriesExtract }; export { InstanceQuery }; export { ImageExtract }; export namespace QueryExtract { let remove: boolean; let hashRef: boolean; } export namespace RemoveExtract { let remove_1: boolean; export { remove_1 as remove }; let hashRef_1: boolean; export { hashRef_1 as hashRef }; } export function extract(data: any, type: any, tagSet: any, options: any): {}; export { addHash }; } declare const PatientQuery: any[]; declare const StudyQuery: any[]; declare const PatientStudyQuery: any[]; declare const SeriesQuery: any[]; declare const SeriesExtract: any[]; declare const InstanceQuery: any[]; declare const ImageExtract: any[]; declare function addHash(data: any, type: any): any;