import type { Id3Frame } from './Id3Frame.js'; /** * Returns an array of ID3 frames found in all the ID3 tags in the id3Data * * @param id3Data - The ID3 data containing one or more ID3 tags * * @returns Array of ID3 frame objects * * @group ID3 * * @beta */ export declare function getId3Frames(id3Data: Uint8Array): Id3Frame[]; //# sourceMappingURL=getId3Frames.d.ts.map