/** * An app can use this to load javascript files on the CCC iframe. * This is useful if the app needs access to the parent iframe to interact with the CRM. * @param javascriptUrls Urls of js files to load */ export declare function loadBridgeScripts(javascriptUrls: string[]): Promise;