import type { PromptFn } from '@vltpkg/vlx'; import type { ExecResult } from '../exec-command.ts'; import type { CommandFn, CommandUsage } from '../index.ts'; export { views } from '../exec-command.ts'; export declare const usage: CommandUsage; export declare const prettyPath: (path: string) => string; export declare const promptFn: PromptFn; export declare const command: CommandFn;