import { IChallengeWindowOptions, IMessageEventData } from "../interfaces"; export declare function postToIframe(endpoint: string, fields: any, options: IChallengeWindowOptions): Promise;