import type { Args } from "../internal/parseArgs";
/**
 * Installs the library in the provided databases.
 */
export declare function actionInstall(args: Args): Promise<boolean>;
//# sourceMappingURL=actionInstall.d.ts.map