import { JSONConfigFile as AgentJSONConfigFile } from '@makeflow/makescript-agent'; import { Command } from 'clime'; import { JSONConfigFile } from '../config'; export declare const JSON_CONFIG_INDENTATION = 2; export declare const WORKSPACE_PATH: string; export declare const DEFAULT_AGENT_WORKSPACE_PATH: string; export declare const MAKESCRIPT_CONFIG_FILE_PATH: string; export declare const MAKESCRIPT_DEFAULT_AGENT_CONFIG_FILE_PATH: string; export declare const MAKESCRIPT_CONFIG_DEFAULT: JSONConfigFile; export declare const MAKESCRIPT_DEFAULT_AGENT_CONFIG_DEFAULT: (token: string, git: string, dir: string | undefined) => AgentJSONConfigFile; export default class extends Command { execute(): Promise; }