export declare const DirectPublishingReadResponseModelPayoutType: { readonly None: "none"; readonly EngagementBased: "engagement_based"; readonly FixedPayout: "fixed_payout"; }; export type DirectPublishingReadResponseModelPayoutType = (typeof DirectPublishingReadResponseModelPayoutType)[keyof typeof DirectPublishingReadResponseModelPayoutType];