import type { Command } from "commander"; export declare function registerScanCommands(program: Command, bin: string): void;