type BundledChannelConfigMetadata = { pluginId: string; channelId: string; label?: string; description?: string; schema: Record; uiHints?: Record; unsupportedSecretRefSurfacePatterns?: readonly string[]; }; export declare const GENERATED_BUNDLED_CHANNEL_CONFIG_METADATA: readonly BundledChannelConfigMetadata[]; export {};