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