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