import { Installation } from "hyinsit-types"; export declare const getInstall: () => Promise; export declare const checkInstallVersion: () => Promise;