/** * Status Command * * Shows the indexing status of the current repository. */ export declare const statusCommand: () => Promise;