export type InstallResult = 'failure' | 'no-pm' | 'success'; /** * Detects the active package manager and runs a silent global install of the * latest Valora release. Intended for background auto-update use only. */ export declare function runAutoInstall(): Promise; //# sourceMappingURL=installer.d.ts.map