import { Command } from "clipanion"; export declare class StatusCommand extends Command { static paths: string[][]; static usage: import("clipanion").Usage; execute(): Promise; } //# sourceMappingURL=status.d.ts.map