export declare const ID3V2ValueTypes: {
    pictureType: {
        [name: string]: string;
    };
    relativeVolumeAdjustment2ChannelTypes: {
        [name: string]: string;
    };
};
