import type { KlawConfig } from "../../config/types.klaw.js"; export declare function isAcpRuntimeSpawnAvailable(params: { config?: KlawConfig; sandboxed?: boolean; backendId?: string; }): boolean;