import type { OptionValues } from 'commander';
import type BaseCommand from '../base-command.js';
export declare const statusHooks: (_options: OptionValues, command: BaseCommand) => Promise<void>;
//# sourceMappingURL=status-hooks.d.ts.map