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