/** * Feedback command implementation */ export declare class FeedbackCommand { execute(message: string, options?: { body?: string; }): Promise; } //# sourceMappingURL=feedback.d.ts.map