import type { Registrar } from '@kui-shell/core'; /** * Entry point to register tab completion handlers. Register this as a * very low priority enumerator. We don't want e.g. to enumerate files * when the user is doing a `git checkout myBran`. * */ export declare function preload(): Promise; export declare function plugin(registrar: Registrar): void;