import { AmazonConnectProvider } from "@amazon-connect/core"; /** * Registers the provider's app manager connection, including the applicable * plugins for this provider instance. * * @remarks * The effective plugin list is the deduplicated union of the global plugins * (set via `addAppManagerPluginKey`) and any provider-scoped plugins supplied * through the `appManager.plugins` option on the provider's config. See * `getProviderPlugins` for the full merging logic. * * This function is internal and is called automatically when an app manager is * accessed on a provider for the first time. * * @param provider - The provider whose app manager connection should be registered. */ export declare function registerConnection(provider: AmazonConnectProvider): Promise; //# sourceMappingURL=register-connection.d.ts.map