import { Outputs } from "./types";
declare const getVersion: (outputs: Outputs) => Promise<string>;
export { getVersion };
