export type Shell = "bash" | "zsh" | "fish"; export declare function completionScript(shell: Shell): string; //# sourceMappingURL=completion.d.ts.map