/** * Middleware List Command * Lists all middleware systems with their status */ export interface MiddlewareListOptions { serverUrl?: string; json?: boolean; } /** * List all middleware systems */ export declare function middlewareList(options?: MiddlewareListOptions): Promise; //# sourceMappingURL=list.d.ts.map