import { ResponseSuccess } from '@yandex-int/messenger.sdk'; interface CreateIframeParams { url: string; className?: string; allow?: string[]; } export declare function createIframe(params: CreateIframeParams): HTMLIFrameElement; export declare function responseSuccess(): Promise; export declare function generateClickId(): string; export {};