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