/** * Get the version string (e.g "1.2.3") for this package */ export declare const version: string; /** * Get the major version string (e.g "1") for this package */ export declare const versionMajor: string; /** * Get the minor version string (e.g "1.2") for this package */ export declare const versionMinor: string;