import type { HushContext, StatusOptions } from '../types.js'; export declare function statusCommand(ctx: HushContext, options: StatusOptions): Promise; //# sourceMappingURL=status.d.ts.map