export declare const FeedbackSource: { readonly User: "user"; readonly Agent: "agent"; }; export type FeedbackSource = (typeof FeedbackSource)[keyof typeof FeedbackSource];