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