import { RequestTypes, AppConfig } from '../common/types'; /** * Here we inject or gather the cached iframe, then post the request to it. */ export declare const sendRequest: (type: RequestTypes, config: AppConfig) => Promise;