/** Where system/ability code is downloaded to (under the world's `public/`). */ export declare const MODULES_DIR = "helix_modules"; /** The installed-ability index written inside MODULES_DIR. */ export declare const INSTALLED_INDEX = "installed.json";