import type { PackageDescriptor, ProviderContext, ToolInvocation } from '../registry.js'; /** The one place this string is written. */ export declare const SYSAND_PROVIDER_ID = "sysand"; export interface SysandToolConfig { /** Executable name or path. Defaults to `sysand` on PATH. */ executable?: string; /** Optional sysand.toml path, relative to the project directory. */ configFile?: string; } export declare function buildSysandInvocation(context: ProviderContext): ToolInvocation; export declare const sysandPackageDescriptor: PackageDescriptor; //# sourceMappingURL=sysand.d.ts.map