import { type Provider } from "@intentic/engine"; import { type SshExecutor } from "../core/ssh.js"; export declare const KOMODO_CORE_PORT = 9120; export declare const createKomodoProvider: (executor?: SshExecutor) => Provider; //# sourceMappingURL=komodo.d.ts.map