/**
 * Get the version of the package
 * @returns the version of the package
 */
export declare function getVersion(): Promise<string>;
