import { Command } from "commander"; declare const SUPPORTED_SHELLS: readonly ["bash", "zsh", "fish", "pwsh"]; export type SupportedShell = (typeof SUPPORTED_SHELLS)[number]; export declare function createCompletionCommand(): Command; export declare function createCompletionServerCommand(): Command; export {}; //# sourceMappingURL=completion.d.ts.map