/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../../../index"; import * as Flatfile from "../../../../api/index"; import * as core from "../../../../core"; import { Action } from "../../commons/types/Action"; export declare const DocumentConfig: core.serialization.ObjectSchema; export declare namespace DocumentConfig { interface Raw { title: string; body: string; treatments?: string[] | null; actions?: Action.Raw[] | null; } }