import type { GetLocalVersionOptions } from "./types";
export declare function getLocalVersion(options?: GetLocalVersionOptions): Promise<number>;
