import type { IScriptParams } from './types';
export declare function fetchScript({ scriptLocation, query, loadAsync, crossOrigin, apihost, cleanup, secureApi, scriptSource }?: IScriptParams, onError?: (message: any) => void): Promise<unknown>;
