/** * Location Commands * Commands for managing locations in the novel */ import type { Command } from '../types.js'; export declare const locationCommand: Command; //# sourceMappingURL=location.d.ts.map