1/** 2 * Copyright © 2022 650 Industries. 3 * 4 * This source code is licensed under the MIT license found in the 5 * LICENSE file in the root directory of this source tree. 6 */ 7export declare function fetchThenEvalAsync(url: string, { scriptType, nonce, crossOrigin, }?: { 8 scriptType?: string; 9 nonce?: string; 10 crossOrigin?: string; 11}): Promise<void>; 12//# sourceMappingURL=fetchThenEval.web.d.ts.map