import type { ValueType } from '../../commands/spec/types.ts'; import { type CommandSpec } from '../../commands/spec/types.ts'; import type { MountRegistry } from '../mount/registry.ts'; export declare function specForCommand(name: string, registry: MountRegistry, cwd: string): CommandSpec | null; export declare function specWordKinds(spec: CommandSpec, argv: readonly string[]): (ValueType | null)[]; export declare function specWordBases(spec: CommandSpec, argv: readonly string[], cwd: string): (string | null)[] | null; //# sourceMappingURL=spec_hints.d.ts.map