/**
 * Read the version from package.json
 * Works in both development (src/) and compiled (dist/) versions
 */
export declare function getVersion(): string;
/**
 * Get formatted version string for display
 */
export declare function getVersionString(): string;
