/** * Application constants * * This file contains constants used throughout the application. * Centralizing these values makes them easier to maintain and update. */ /** * Current application version * This should match the version in package.json */ export declare const VERSION = "1.1.2"; /** * Package name with scope * Used for initialization and identification */ export declare const PACKAGE_NAME = "@aashari/nodejs-confluence-export"; /** * CLI command name * Used for binary name and CLI help text */ export declare const CLI_NAME = "confluence-export";