import type { RawId3Frame } from './RawFrame.js'; /** * Returns the data of an ID3 frame. * * @param data - The data to read from * * @returns The data of the ID3 frame * * @internal * * @group ID3 */ export declare function getId3FrameData(data: Uint8Array): RawId3Frame; //# sourceMappingURL=getId3FrameData.d.ts.map