import type { Config } from "../config.js"; import { System, type SystemMode } from "./system.js"; export { System }; export declare function system(path: string, config: Config, mode?: SystemMode): Promise;