/** * Location Command Handlers * Handles location management commands */ import type { ParsedArgs, OutputFormatter } from '../types.js'; export declare function handleLocationCommand(args: ParsedArgs, projectPath: string, output: OutputFormatter): Promise; //# sourceMappingURL=location-handler.d.ts.map