import type * as ElevenLabs from "../../api/index";
import * as core from "../../core";
import type * as serializers from "../index";
export declare const DirectPublishingReadResponseModelGenreItem: core.serialization.Schema<serializers.DirectPublishingReadResponseModelGenreItem.Raw, ElevenLabs.DirectPublishingReadResponseModelGenreItem>;
export declare namespace DirectPublishingReadResponseModelGenreItem {
    type Raw = "Fantasy" | "Romance" | "Science Fiction" | "Mystery and Thriller" | "Action and Adventure" | "Dystopia" | "Business and Economics" | "Technology" | "Detective and Crime" | "Horror" | "Biography and Memoir" | "Education and Learning" | "History" | "Children's Literature" | "Fairy Tales and Folklore" | "Fan Fiction" | "General Fiction" | "Health and Wellness" | "Historical Fiction" | "Humor" | "Literary Classics" | "Philosophy" | "Poetry" | "Politics and Government" | "Psychology" | "Science and Nature" | "Self-Help" | "Spirituality and Religion" | "Travel" | "True Crime" | "Other" | "Adult Romance";
}
