/**
 * The published npm package name for the eve framework.
 *
 * This module is intentionally free of side effects and heavy imports so that
 * any layer can reference the package identity without pulling in filesystem
 * or module-resolution code.
 */
export declare const EVE_PACKAGE_NAME = "eve";
