/** * MusicBrainz URL handler for artists, releases, and recordings */ import type { SpecialHandler } from "./types"; export declare const handleMusicBrainz: SpecialHandler;