/** The state of the chapter. */
export declare const ChapterWithContentResponseModelState: {
    readonly Default: "default";
    readonly Converting: "converting";
};
export type ChapterWithContentResponseModelState = (typeof ChapterWithContentResponseModelState)[keyof typeof ChapterWithContentResponseModelState];
