import { Communication } from '@wixc3/engine-core'; /** * creates a new instance of metadata provider that can get application metadata using `MetadataCollectionAPI` api * that should be registered for `ROOT_ENGINE_ENV_ID` environment * @param com The communication instance that have registered hosts for `ROOT_ENGINE_ENV_ID` and `METADATA_PROVIDER_ENV_ID` */ export declare function createMetadataProvider(com: Communication): { getMetadata: () => Promise; dispose: () => Promise; }; //# sourceMappingURL=create-application-metadata-provider.d.ts.map