export declare function parseMusicGenerationModelRef(raw: string | undefined): { provider: string; model: string; } | null;