/** * Returns the version from this package's manifest. * @returns {string} The current package version */ export declare const getCurrentPackageVersion: () => string;