/** * Install Location Command * * Displays Nori installation directories found in the current directory and parent directories. */ import type { Command } from "commander"; /** * Register the 'install-location' command with commander * @param args - Configuration arguments * @param args.program - Commander program instance */ export declare const registerInstallLocationCommand: (args: { program: Command; }) => void; //# sourceMappingURL=installLocation.d.ts.map