import type { Outputs } from "./types";
export declare function install(outputs: Outputs): Promise<string>;
