import type { CliRunResult } from "./bearshell.js"; import { type OwnerDogfoodFeedbackOptions } from "./owner-dogfood-feedback.js"; type FeedbackOptions = OwnerDogfoodFeedbackOptions & { readonly projectDir?: string; }; export declare function runFeedbackCommand(args: readonly string[], options?: FeedbackOptions, invocationName?: string): CliRunResult; export {};