/** `agent-cards engineer status` — local + relay view of the engagement. */ export interface StatusOptions { repo?: string; json?: boolean; } export declare function engineerStatus(opts: StatusOptions): Promise; //# sourceMappingURL=status.d.ts.map