import { Script } from "./twins.js"; //#region src/scripts/index.d.ts /** Every script def, for MemoryRedis's sha -> JS-twin table. */ declare const allScripts: readonly Script.Def[]; //#endregion export { allScripts }; //# sourceMappingURL=index.d.ts.map