import './registrations';
/** Returns true if handled — caller should not fall through. */
export declare function tryValueCompletion(argv?: readonly string[]): boolean;
