import type { MachineDef } from "../core/dsl.js"; export declare const resolveMachineModulePath: (modulePath: string) => string; export declare const loadMachine: (modulePath: string, tsconfigPath: string) => Promise;