/** * Shell Completion Scripts */ export { ShellCompletionGenerator } from "./generator.d.ts"; export { bashTemplate, bashInstallInstructions } from "./bash.d.ts"; export { zshTemplate, zshInstallInstructions } from "./zsh.d.ts"; export { fishTemplate, fishInstallInstructions } from "./fish.d.ts";