export * from '../schema'; export declare const CONFIG_DIR = "agentcore"; export declare const APP_DIR = "app"; export declare const MCP_APP_SUBDIR = "mcp"; export declare const CLI_SYSTEM_DIR = ".cli"; export declare const CLI_LOGS_DIR = "logs"; export declare const CONFIG_FILES: { readonly AGENT_ENV: "agentcore.json"; readonly AWS_TARGETS: "aws-targets.json"; readonly DEPLOYED_STATE: "deployed-state.json"; readonly MCP: "mcp.json"; readonly MCP_DEFS: "mcp-defs.json"; }; /** Environment file for secrets (API keys, etc.) - local only, not committed */ export declare const ENV_FILE = ".env.local"; /** * Get the artifact zip name for a bundle * @param name Name for the artifact (agent or tool name) * @returns .zip */ export declare function getArtifactZipName(name: string): string; export declare const UV_INSTALL_HINT = "Install uv from https://github.com/astral-sh/uv#installation and ensure it is on your PATH."; export declare const NPM_INSTALL_HINT = "Install Node.js from https://nodejs.org/ and ensure npm is on your PATH."; export declare const DEFAULT_PYTHON_PLATFORM = "aarch64-manylinux2014"; //# sourceMappingURL=constants.d.ts.map