/** * @import { AllScript, AllScriptJsonSafe, NativeContext, NativeScript } from "../index.js" */ /** * @param {NativeScript[]} scripts * @returns {AllScript} */ export function makeAllScript(scripts: NativeScript[]): AllScript; import type { NativeScript } from "../index.js"; import type { AllScript } from "../index.js"; //# sourceMappingURL=AllScript.d.ts.map