import { HarnessTelemetry } from "@agimon-ai/doompi-core/runtime-log-sink-telemetry"; //#region src/cli/commands/compat/index.d.ts /** Launches a non-Pi frontend with the doom-pi matrix resolved for that run. */ export declare function runCompatibility(args: string[], environment?: NodeJS.ProcessEnv, currentDirectory?: string, telemetry?: HarnessTelemetry): Promise; /** Compatibility API. Executables call the command function directly. */ export declare class CompatibilityCommand { readonly name = "compat"; private readonly telemetry; constructor(telemetry?: HarnessTelemetry); matches(args: string[]): boolean; execute(args: string[], environment?: NodeJS.ProcessEnv, currentDirectory?: string): Promise; } //#endregion //# sourceMappingURL=index.d.cts.map