/// import type { albumTypePublicApi, trackType } from '../types'; export declare const writeMetadataMp3: (buffer: Buffer, track: trackType, album: albumTypePublicApi | null, cover?: Buffer | null | undefined) => Buffer;