import type { Mod } from "../lang/mod/index.js"; import { Script } from "../script/index.js"; export declare class DefaultScript extends Script { mod: Mod; text: string; constructor(mod: Mod, text: string); run(): Promise; } //# sourceMappingURL=DefaultScript.d.ts.map