interface StatusOptions {
    json?: boolean;
}
/**
 * Display agent status including DID, key ID, KTA URL, mirror status, and last handshake
 */
export declare function status(options?: StatusOptions): Promise<void>;
export {};
//# sourceMappingURL=status.d.ts.map