import { IID3V2 } from './id3v2.types';
export declare function checkID3v2(id3v2: IID3V2.ID3v2Tag): Array<IID3V2.Warning>;
