/** * cachly completion – shell tab-completion (bash/zsh/fish). * Static completion over the known command tree; kept dependency-free. */ import { Command } from 'commander'; export declare function completionCommand(): Command; //# sourceMappingURL=completion.d.ts.map