/** * Searches for the Elementary Stream timestamp found in the ID3 data chunk * * @param data - Block of data containing one or more ID3 tags * * @returns The timestamp * * @group ID3 * * @beta */ export declare function getId3Timestamp(data: Uint8Array): number | undefined; //# sourceMappingURL=getId3Timestamp.d.ts.map