UNPKG

iop

Version:
5 lines (4 loc) 173 B
/** * Main status command that orchestrates the entire status checking process */ export declare function statusCommand(args: string[], verbose?: boolean): Promise<void>;