import { AppConfig } from '../common/types'; export declare const appListenerFactory: ({ dataKey, iframeUrl }: AppConfig) => Promise;