import { EmbedDefinition, EmbedProviderConfig } from './types'; /** * Factory function to create embed providers with minimal boilerplate. * Handles URL cleaning, matching, and registry registration automatically. */ export declare function createEmbedProvider(config: EmbedProviderConfig): EmbedDefinition;