import { EnvironmentOptions } from '../types/internal'; export declare const getIFrameUrl: (environment: string, useCdn: boolean) => "https://input-cdn.joinforage.app/index.html" | "https://input-cdn.sandbox.joinforage.app/index.html" | "https://input-cdn.cert.joinforage.app/index.html" | "https://input-cdn.staging.joinforage.app/index.html" | "https://input-cdn.dev.joinforage.app/index.html" | "https://input.joinforage.app/index.html" | "https://input.sandbox.joinforage.app/index.html" | "https://input.cert.joinforage.app/index.html" | "https://input.staging.joinforage.app/index.html" | "https://input.dev.joinforage.app/index.html" | "http://input.joinforage.localhost/index.html"; export declare const getIFrameOrigin: (environment: EnvironmentOptions, useCdn: boolean) => string;