export declare const FeedOutputStatus: { readonly Enabled: "ENABLED"; readonly Disabled: "DISABLED"; }; export type FeedOutputStatus = (typeof FeedOutputStatus)[keyof typeof FeedOutputStatus];