export declare const EXISTING_SCRIPT_MESSAGE = "loadConnect was called but an existing Connect.js script already exists in the document; existing script parameters will be used"; export declare const findScript: () => HTMLScriptElement | null; export declare const injectScript: () => HTMLScriptElement;