export declare const CDN_PROD_IFRAME_URL = "https://input-cdn.joinforage.app/index.html"; export declare const CDN_SANDBOX_IFRAME_URL = "https://input-cdn.sandbox.joinforage.app/index.html"; export declare const CDN_CERT_IFRAME_URL = "https://input-cdn.cert.joinforage.app/index.html"; export declare const CDN_STAGING_IFRAME_URL = "https://input-cdn.staging.joinforage.app/index.html"; export declare const CDN_DEV_IFRAME_URL = "https://input-cdn.dev.joinforage.app/index.html"; export declare const PROD_IFRAME_URL = "https://input.joinforage.app/index.html"; export declare const SANDBOX_IFRAME_URL = "https://input.sandbox.joinforage.app/index.html"; export declare const CERT_IFRAME_URL = "https://input.cert.joinforage.app/index.html"; export declare const STAGING_IFRAME_URL = "https://input.staging.joinforage.app/index.html"; export declare const DEV_IFRAME_URL = "https://input.dev.joinforage.app/index.html"; export declare const LOCAL_IFRAME_URL = "http://input.joinforage.localhost/index.html"; export declare const ENVIRONMENT_OPTIONS: string[];