import type { Command } from "commander"; export declare const HALSP_CLI_PLUGIN_ATTACH: { register: typeof register; dependencies: string[]; }; declare function register(command: Command): Promise; export {};