export type AudioReaderEmbedData = { src: string; title: string; }; export function getAudioReaderEmbedData( attributes?: Record, label?: string, ): AudioReaderEmbedData | null;