/** @internal exported for testing */ export declare const ansi: { readonly cyan: (s: string) => string; readonly green: (s: string) => string; readonly yellow: (s: string) => string; readonly dim: (s: string) => string; readonly bold: (s: string) => string; readonly red: (s: string) => string; readonly reset: "\u001B[0m"; }; export declare const MCP_FUSION_VERSION: string; /** Default API endpoint — Vinkius Cloud production */ export declare const VINKIUS_CLOUD_URL = "https://cloud.vinkius.com"; export declare const VALID_TRANSPORTS: readonly ["stdio", "sse"]; export declare const VALID_VECTORS: readonly ["vanilla", "prisma", "n8n", "openapi", "oauth"]; /** @internal exported for testing */ export declare const HELP: string; //# sourceMappingURL=constants.d.ts.map