export const DeduppedCreator: "dedupped"; export const naturalizeDataset: any; export const denaturalizeDataset: any; export function findPrivate(item: any, tagObject: any, create: any): any; export declare let RawMinTag: string; export declare let RawFirstBodyTag: string; export declare let RawTransferSyntaxUID: string; export declare let RawSopInstanceUID: string; export declare let RawSpecificCharacterSet: string; export declare let RawSamplesPerPixel: string; export declare let RawPhotometricInterpretation: string; export declare let AvailableTransferSyntaxUID: string; export declare namespace DeduppedRef { export { DeduppedCreator as creator }; export let tag: string; export let vr: string; } export declare namespace DeduppedHash { export { DeduppedCreator as creator }; let tag_1: string; export { tag_1 as tag }; let vr_1: string; export { vr_1 as vr }; } export declare namespace DeduppedType { export { DeduppedCreator as creator }; let tag_2: string; export { tag_2 as tag }; let vr_2: string; export { vr_2 as vr }; } export declare let InstanceType: string; export declare let DeletedType: string; export declare let InfoType: string; export declare function setValue(item: any, tag: any, value: any): any; export declare function setList(item: any, tag: any, value: any): any; export declare function pushList(item: any, tag: any, value: any): any; export declare function getValue(item: any, tag: any): any; export declare function getList(item: any, tag: any): any; export declare function removeValue(item: any, tag: any): void;