/** * Spotify URL regex pattern * Matches: open.spotify.com/track/..., open.spotify.com/album/..., etc. * Captures the path after the domain in group 1. */ export declare const SPOTIFY_REGEX: RegExp; export declare const spotifyProvider: import('../types').EmbedDefinition;