/**
 * Retrieves the current version of the package.
 *
 * @returns {string} The version of the package as defined in `package.json`.
 */
declare const getVersion: () => string;
export default getVersion;
