/** * Alias CLI Commands * * Create, remove, and list CLI shortcuts (aliases) for photons. */ import type { Command } from 'commander'; /** * Register the `alias`, `unalias`, and `aliases` commands. * * These are hidden commands that manage CLI shortcut aliases for photons, * delegating all logic to the cli-alias module. */ export declare function registerAliasCommands(program: Command): void; //# sourceMappingURL=alias.d.ts.map