import type { DecodedId3Frame } from '../DecodedId3Frame.js';
import type { RawId3Frame } from './RawFrame.js';
export declare function decodeId3ImageFrame(frame: RawId3Frame): DecodedId3Frame<string | ArrayBuffer> | undefined;
//# sourceMappingURL=decodeId3ImageFrame.d.ts.map