import type { InstallArgs } from "./args.js"; import { type ResolvedHost } from "./host.js"; export declare function buildSecurityCommandArgs(targetDir: string, profile: string, host: ResolvedHost): string[]; export declare function install(args: InstallArgs): Promise; //# sourceMappingURL=installer.d.ts.map