/** * This file was auto-generated by Fern from our API Definition. */ /** * The state of the chapter. */ export type ChapterState = "default" | "converting"; export declare const ChapterState: { readonly Default: "default"; readonly Converting: "converting"; };