/** * axon status — list deployments and their current status. * * Prints a table of deployments with ID, status, processor pubkeys, and URL. */ export declare function runStatus(cwd?: string): Promise; //# sourceMappingURL=status.d.ts.map