import { Command } from 'commander'; export declare function listAction(options: { type?: string; limit?: number; pretty?: boolean; }): Promise; export declare function infoAction(spaceId: string, options: { pretty?: boolean; }): Promise; export declare const spaceCommand: Command; //# sourceMappingURL=space.d.ts.map