import { Command } from 'commander'; import { Config } from '../config.js'; export declare function makeStatusCommand(): Command; export declare function status({ config }: { config: Config; }): void;