import * as stream from 'stream'; import * as vite from 'vite'; import { StringifyMarkdownOptions, Metadata } from '@vivliostyle/vfm'; import { Processor } from 'unified'; import * as v from 'valibot'; interface LoggerInterface { info(message: string): void; warn(message: string): void; error(message: string): void; } /** * @see https://github.com/vivliostyle/vivliostyle-cli/blob/main/docs/config.md */ type StructuredDocument = { title: string; href: string; children: StructuredDocument[]; sections?: StructuredDocumentSection[]; }; /** @hidden */ declare const StructuredDocument: v.GenericSchema; /** * @see https://github.com/vivliostyle/vivliostyle-cli/blob/main/docs/config.md */ type StructuredDocumentSection = { headingHtml: string; headingText: string; level: number; children: StructuredDocumentSection[]; href?: string; id?: string; }; /** @hidden */ declare const StructuredDocumentSection: v.GenericSchema; declare const ValidString: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; declare const DocumentProcessorSchema: v.SchemaWithPipe Processor>, v.MetadataAction<(option: StringifyMarkdownOptions, metadata: Metadata) => Processor, { readonly typeString: "(option: import(\"@vivliostyle/vfm\").StringifyMarkdownOptions, metadata: import(\"@vivliostyle/vfm\").Metadata) => import(\"unified\").Processor"; }>, v.DescriptionAction<(option: StringifyMarkdownOptions, metadata: Metadata) => Processor, string>]>; declare const DocumentMetadataReaderSchema: v.SchemaWithPipe Metadata>, v.MetadataAction<(content: string) => Metadata, { readonly typeString: "(content: string) => import(\"@vivliostyle/vfm\").Metadata"; }>, v.DescriptionAction<(content: string) => Metadata, string>]>; declare const ThemeConfig: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>; type ThemeConfig = v.InferInput; declare const ThemeSpecifier: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>; type ThemeSpecifier = v.InferInput; declare const ArticleEntryConfig: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly output: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly title: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly theme: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly encodingFormat: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly rel: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly documentProcessor: v.OptionalSchema Processor>, v.MetadataAction<(option: StringifyMarkdownOptions, metadata: Metadata) => Processor, { readonly typeString: "(option: import(\"@vivliostyle/vfm\").StringifyMarkdownOptions, metadata: import(\"@vivliostyle/vfm\").Metadata) => import(\"unified\").Processor"; }>, v.DescriptionAction<(option: StringifyMarkdownOptions, metadata: Metadata) => Processor, string>]>, undefined>; readonly documentMetadataReader: v.OptionalSchema Metadata>, v.MetadataAction<(content: string) => Metadata, { readonly typeString: "(content: string) => import(\"@vivliostyle/vfm\").Metadata"; }>, v.DescriptionAction<(content: string) => Metadata, string>]>, undefined>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly path: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, "Missing required field: path">; readonly output: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly title: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly theme: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly encodingFormat: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly rel: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly documentProcessor: v.OptionalSchema Processor>, v.MetadataAction<(option: StringifyMarkdownOptions, metadata: Metadata) => Processor, { readonly typeString: "(option: import(\"@vivliostyle/vfm\").StringifyMarkdownOptions, metadata: import(\"@vivliostyle/vfm\").Metadata) => import(\"unified\").Processor"; }>, v.DescriptionAction<(option: StringifyMarkdownOptions, metadata: Metadata) => Processor, string>]>, undefined>; readonly documentMetadataReader: v.OptionalSchema Metadata>, v.MetadataAction<(content: string) => Metadata, { readonly typeString: "(content: string) => import(\"@vivliostyle/vfm\").Metadata"; }>, v.DescriptionAction<(content: string) => Metadata, string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ path: string; output?: string | undefined; title?: string | undefined; theme?: string | ({ specifier: string; } & { import?: string | string[] | undefined; }) | (string | ({ specifier: string; } & { import?: string | string[] | undefined; }))[] | undefined; encodingFormat?: string | undefined; rel?: string | string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }, { path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }, v.BaseIssue | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>>>; readonly "~types"?: { readonly input: { path: string; output?: string | undefined; title?: string | undefined; theme?: string | ({ specifier: string; } & { import?: string | string[] | undefined; }) | (string | ({ specifier: string; } & { import?: string | string[] | undefined; }))[] | undefined; encodingFormat?: string | undefined; rel?: string | string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }; readonly output: { path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }; readonly issue: v.BaseIssue | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>>; } | undefined; }, v.TitleAction<{ path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }, "ArticleEntryConfig">]>; type ArticleEntryConfig = v.InferInput; declare const ContentsEntryConfig: v.SchemaWithPipe; readonly path: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly output: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly title: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly theme: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly pageBreakBefore: v.SchemaWithPipe, v.LiteralSchema<"right", undefined>, v.LiteralSchema<"recto", undefined>, v.LiteralSchema<"verso", undefined>], undefined>, undefined>, v.DescriptionAction<"left" | "right" | "recto" | "verso" | undefined, string>]>; readonly pageCounterReset: v.SchemaWithPipe, v.SafeIntegerAction]>, undefined>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ rel: "contents"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; pageCounterReset?: number | undefined; }, "ContentsEntryConfig">]>; type ContentsEntryConfig = v.InferInput; declare const CoverEntryConfig: v.SchemaWithPipe; readonly path: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly output: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly title: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly theme: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly imageSrc: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly imageAlt: v.OptionalSchema, undefined>; readonly pageBreakBefore: v.SchemaWithPipe, v.LiteralSchema<"right", undefined>, v.LiteralSchema<"recto", undefined>, v.LiteralSchema<"verso", undefined>], undefined>, undefined>, v.DescriptionAction<"left" | "right" | "recto" | "verso" | undefined, string>]>; }, undefined>, v.TitleAction<{ rel: "cover"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; imageSrc?: string | undefined; imageAlt?: string | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; }, "CoverEntryConfig">]>; type CoverEntryConfig = v.InferInput; declare const EntryConfig: v.UnionSchema<[v.SchemaWithPipe; readonly path: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly output: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly title: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly theme: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly pageBreakBefore: v.SchemaWithPipe, v.LiteralSchema<"right", undefined>, v.LiteralSchema<"recto", undefined>, v.LiteralSchema<"verso", undefined>], undefined>, undefined>, v.DescriptionAction<"left" | "right" | "recto" | "verso" | undefined, string>]>; readonly pageCounterReset: v.SchemaWithPipe, v.SafeIntegerAction]>, undefined>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ rel: "contents"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; pageCounterReset?: number | undefined; }, "ContentsEntryConfig">]>, v.SchemaWithPipe; readonly path: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly output: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly title: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly theme: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly imageSrc: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly imageAlt: v.OptionalSchema, undefined>; readonly pageBreakBefore: v.SchemaWithPipe, v.LiteralSchema<"right", undefined>, v.LiteralSchema<"recto", undefined>, v.LiteralSchema<"verso", undefined>], undefined>, undefined>, v.DescriptionAction<"left" | "right" | "recto" | "verso" | undefined, string>]>; }, undefined>, v.TitleAction<{ rel: "cover"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; imageSrc?: string | undefined; imageAlt?: string | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; }, "CoverEntryConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly output: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly title: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly theme: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly encodingFormat: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly rel: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly documentProcessor: v.OptionalSchema Processor>, v.MetadataAction<(option: StringifyMarkdownOptions, metadata: Metadata) => Processor, { readonly typeString: "(option: import(\"@vivliostyle/vfm\").StringifyMarkdownOptions, metadata: import(\"@vivliostyle/vfm\").Metadata) => import(\"unified\").Processor"; }>, v.DescriptionAction<(option: StringifyMarkdownOptions, metadata: Metadata) => Processor, string>]>, undefined>; readonly documentMetadataReader: v.OptionalSchema Metadata>, v.MetadataAction<(content: string) => Metadata, { readonly typeString: "(content: string) => import(\"@vivliostyle/vfm\").Metadata"; }>, v.DescriptionAction<(content: string) => Metadata, string>]>, undefined>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly path: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, "Missing required field: path">; readonly output: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly title: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly theme: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly encodingFormat: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly rel: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly documentProcessor: v.OptionalSchema Processor>, v.MetadataAction<(option: StringifyMarkdownOptions, metadata: Metadata) => Processor, { readonly typeString: "(option: import(\"@vivliostyle/vfm\").StringifyMarkdownOptions, metadata: import(\"@vivliostyle/vfm\").Metadata) => import(\"unified\").Processor"; }>, v.DescriptionAction<(option: StringifyMarkdownOptions, metadata: Metadata) => Processor, string>]>, undefined>; readonly documentMetadataReader: v.OptionalSchema Metadata>, v.MetadataAction<(content: string) => Metadata, { readonly typeString: "(content: string) => import(\"@vivliostyle/vfm\").Metadata"; }>, v.DescriptionAction<(content: string) => Metadata, string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ path: string; output?: string | undefined; title?: string | undefined; theme?: string | ({ specifier: string; } & { import?: string | string[] | undefined; }) | (string | ({ specifier: string; } & { import?: string | string[] | undefined; }))[] | undefined; encodingFormat?: string | undefined; rel?: string | string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }, { path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }, v.BaseIssue | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>>>; readonly "~types"?: { readonly input: { path: string; output?: string | undefined; title?: string | undefined; theme?: string | ({ specifier: string; } & { import?: string | string[] | undefined; }) | (string | ({ specifier: string; } & { import?: string | string[] | undefined; }))[] | undefined; encodingFormat?: string | undefined; rel?: string | string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }; readonly output: { path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }; readonly issue: v.BaseIssue | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>>; } | undefined; }, v.TitleAction<{ path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }, "ArticleEntryConfig">]>], undefined>; type EntryConfig = v.InferInput; declare const OutputFormat: v.UnionSchema<[v.LiteralSchema<"pdf", undefined>, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>; type OutputFormat = v.InferInput; declare const RenderMode: v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>; type RenderMode = v.InferInput; declare const PdfPostprocessConfigSchema: v.SchemaWithPipe, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly cmyk: v.SchemaWithPipe, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>; readonly replaceImage: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>, undefined>; readonly cmyk: v.OptionalSchema, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>, undefined>; readonly replaceImage: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly output: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }, v.TitleAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, "PdfPostprocessConfig">, v.DescriptionAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, string>]>; type PdfPostprocessConfig = v.InferInput; declare const OutputConfig: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly path: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: path">; }; readonly "~standard": v.StandardProps<{ path: string; }, { path: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ path: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { path: string; }; readonly output: { path: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>; readonly renderMode: v.SchemaWithPipe, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>; /** @deprecated */ readonly preflight: v.SchemaWithPipe, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.MetadataAction<"press-ready" | "press-ready-local", { readonly deprecated: true; }>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; /** @deprecated */ readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.MetadataAction, v.DescriptionAction]>; readonly pdfPostprocess: v.SchemaWithPipe, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly cmyk: v.SchemaWithPipe, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>; readonly replaceImage: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>, undefined>; readonly cmyk: v.OptionalSchema, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>, undefined>; readonly replaceImage: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly output: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }, v.TitleAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, "PdfPostprocessConfig">, v.DescriptionAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly format: v.OptionalSchema, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>, undefined>; readonly renderMode: v.OptionalSchema, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>; readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.MetadataAction<"press-ready" | "press-ready-local", { readonly deprecated: true; }>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.MetadataAction, v.DescriptionAction]>, undefined>; readonly pdfPostprocess: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly cmyk: v.SchemaWithPipe, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>; readonly replaceImage: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>, undefined>; readonly cmyk: v.OptionalSchema, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>, undefined>; readonly replaceImage: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly output: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }, v.TitleAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, "PdfPostprocessConfig">, v.DescriptionAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }; readonly output: { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }], undefined>, v.TitleAction<{ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, "OutputConfig">]>; type OutputConfig = v.InferInput; declare const VfmReplaceRule: v.LooseObjectSchema<{ readonly test: v.InstanceSchema; readonly match: v.SchemaWithPipe Object | string>, v.MetadataAction<(result: RegExpMatchArray, h: any) => Object | string, { readonly typeString: "(result: RegExpMatchArray, h: any) => Object | string"; }>]>; }, undefined>; type VfmReplaceRule = v.InferInput; declare const VfmFootnoteMode: v.UnionSchema<[v.LiteralSchema<"pandoc", undefined>, v.LiteralSchema<"dpub", undefined>, v.LiteralSchema<"gcpm", undefined>], undefined>; type VfmFootnoteMode = v.InferInput; declare const VfmFootnoteOptions: v.UnionSchema<[v.UnionSchema<[v.LiteralSchema<"pandoc", undefined>, v.LiteralSchema<"dpub", undefined>, v.LiteralSchema<"gcpm", undefined>], undefined>, v.LooseObjectSchema<{ readonly mode: v.UnionSchema<[v.LiteralSchema<"pandoc", undefined>, v.LiteralSchema<"dpub", undefined>, v.LiteralSchema<"gcpm", undefined>], undefined>; }, undefined>], undefined>; type VfmFootnoteOptions = v.InferInput; declare const BrowserType: v.UnionSchema<[v.LiteralSchema<"chrome", undefined>, v.LiteralSchema<"chromium", undefined>, v.LiteralSchema<"firefox", undefined>], undefined>; type BrowserType = v.InferInput; declare const ReadingProgression: v.UnionSchema<[v.LiteralSchema<"ltr", undefined>, v.LiteralSchema<"rtl", undefined>], undefined>; type ReadingProgression = v.InferInput; declare const LogLevel: v.UnionSchema<[v.LiteralSchema<"silent", undefined>, v.LiteralSchema<"info", undefined>, v.LiteralSchema<"verbose", undefined>, v.LiteralSchema<"debug", undefined>], undefined>; type LogLevel = v.InferInput; declare const CopyAssetConfig: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.CheckAction, v.DescriptionAction]>; readonly excludes: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.CheckAction, v.DescriptionAction]>; readonly includeFileExtensions: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.CheckAction, v.DescriptionAction]>; readonly excludeFileExtensions: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.CheckAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly includes: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.CheckAction, v.DescriptionAction]>, undefined>; readonly excludes: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.CheckAction, v.DescriptionAction]>, undefined>; readonly includeFileExtensions: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.CheckAction, v.DescriptionAction]>, undefined>; readonly excludeFileExtensions: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.CheckAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ includes?: string[] | undefined; excludes?: string[] | undefined; includeFileExtensions?: string[] | undefined; excludeFileExtensions?: string[] | undefined; }, { includes?: string[] | undefined; excludes?: string[] | undefined; includeFileExtensions?: string[] | undefined; excludeFileExtensions?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ includes?: string[] | undefined; excludes?: string[] | undefined; includeFileExtensions?: string[] | undefined; excludeFileExtensions?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.CheckIssue>; readonly "~types"?: { readonly input: { includes?: string[] | undefined; excludes?: string[] | undefined; includeFileExtensions?: string[] | undefined; excludeFileExtensions?: string[] | undefined; }; readonly output: { includes?: string[] | undefined; excludes?: string[] | undefined; includeFileExtensions?: string[] | undefined; excludeFileExtensions?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.CheckIssue; } | undefined; }, v.TitleAction<{ includes?: string[] | undefined; excludes?: string[] | undefined; includeFileExtensions?: string[] | undefined; excludeFileExtensions?: string[] | undefined; }, "CopyAssetConfig">]>; type CopyAssetConfig = v.InferInput; declare const TocConfig: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly htmlPath: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly sectionDepth: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction, v.DescriptionAction]>; readonly transformDocumentList: v.SchemaWithPipe (propsList: { children: any; }[]) => any>, v.MetadataAction<(nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any, { readonly typeString: "(nodeList: StructuredDocument[]) => (propsList: { children: any }[]) => any"; readonly typeReferences: readonly [v.GenericSchema]; }>, v.DescriptionAction<(nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any, string>]>; readonly transformSectionList: v.SchemaWithPipe (propsList: { children: any; }[]) => any>, v.MetadataAction<(nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any, { readonly typeString: "(nodeList: StructuredDocumentSection[]) => (propsList: { children: any }[]) => any"; readonly typeReferences: readonly [v.GenericSchema]; }>, v.DescriptionAction<(nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any, string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly title: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly htmlPath: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly sectionDepth: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction, v.DescriptionAction]>, undefined>; readonly transformDocumentList: v.OptionalSchema (propsList: { children: any; }[]) => any>, v.MetadataAction<(nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any, { readonly typeString: "(nodeList: StructuredDocument[]) => (propsList: { children: any }[]) => any"; readonly typeReferences: readonly [v.GenericSchema]; }>, v.DescriptionAction<(nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any, string>]>, undefined>; readonly transformSectionList: v.OptionalSchema (propsList: { children: any; }[]) => any>, v.MetadataAction<(nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any, { readonly typeString: "(nodeList: StructuredDocumentSection[]) => (propsList: { children: any }[]) => any"; readonly typeReferences: readonly [v.GenericSchema]; }>, v.DescriptionAction<(nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any, string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ title?: string | undefined; htmlPath?: string | undefined; sectionDepth?: number | undefined; transformDocumentList?: ((nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any) | undefined; transformSectionList?: ((nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any) | undefined; }, { title?: string | undefined; htmlPath?: string | undefined; sectionDepth?: number | undefined; transformDocumentList?: ((nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any) | undefined; transformSectionList?: ((nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any) | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ title?: string | undefined; htmlPath?: string | undefined; sectionDepth?: number | undefined; transformDocumentList?: ((nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any) | undefined; transformSectionList?: ((nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any) | undefined; }, v.BaseIssue | v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue>; readonly "~types"?: { readonly input: { title?: string | undefined; htmlPath?: string | undefined; sectionDepth?: number | undefined; transformDocumentList?: ((nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any) | undefined; transformSectionList?: ((nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any) | undefined; }; readonly output: { title?: string | undefined; htmlPath?: string | undefined; sectionDepth?: number | undefined; transformDocumentList?: ((nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any) | undefined; transformSectionList?: ((nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any) | undefined; }; readonly issue: v.BaseIssue | v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue; } | undefined; }, v.TitleAction<{ title?: string | undefined; htmlPath?: string | undefined; sectionDepth?: number | undefined; transformDocumentList?: ((nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any) | undefined; transformSectionList?: ((nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any) | undefined; }, "TocConfig">]>; type TocConfig = v.InferInput; declare const CoverConfig: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly src: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: src">; }; readonly "~standard": v.StandardProps<{ src: string; }, { src: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ src: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { src: string; }; readonly output: { src: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.DescriptionAction]>; readonly htmlPath: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.BooleanSchema], undefined>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly name: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly htmlPath: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.BooleanSchema], undefined>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ name?: string | undefined; htmlPath?: string | boolean | undefined; }, { name?: string | undefined; htmlPath?: string | boolean | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ name?: string | undefined; htmlPath?: string | boolean | undefined; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.BooleanIssue | v.UnionIssue | v.BooleanIssue>>; readonly "~types"?: { readonly input: { name?: string | undefined; htmlPath?: string | boolean | undefined; }; readonly output: { name?: string | undefined; htmlPath?: string | boolean | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.BooleanIssue | v.UnionIssue | v.BooleanIssue>; } | undefined; }], undefined>, v.TitleAction<{ src: string; } & { name?: string | undefined; htmlPath?: string | boolean | undefined; }, "CoverConfig">]>; type CoverConfig = v.InferInput; declare const VfmConfig: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; readonly partial: v.SchemaWithPipe, v.DescriptionAction]>; readonly title: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly language: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly replace: v.SchemaWithPipe; readonly match: v.SchemaWithPipe Object | string>, v.MetadataAction<(result: RegExpMatchArray, h: any) => Object | string, { readonly typeString: "(result: RegExpMatchArray, h: any) => Object | string"; }>]>; }, undefined>, undefined>, v.DescriptionAction<({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[], string>]>; readonly hardLineBreaks: v.SchemaWithPipe, v.DescriptionAction]>; readonly disableFormatHtml: v.SchemaWithPipe, v.DescriptionAction]>; readonly math: v.SchemaWithPipe, v.DescriptionAction]>; readonly imgFigcaptionOrder: v.SchemaWithPipe, v.LiteralSchema<"figcaption-img", undefined>], undefined>, v.DescriptionAction<"img-figcaption" | "figcaption-img", string>]>; readonly assignIdToFigcaption: v.SchemaWithPipe, v.DescriptionAction]>; readonly footnote: v.SchemaWithPipe, v.LiteralSchema<"dpub", undefined>, v.LiteralSchema<"gcpm", undefined>], undefined>, v.LooseObjectSchema<{ readonly mode: v.UnionSchema<[v.LiteralSchema<"pandoc", undefined>, v.LiteralSchema<"dpub", undefined>, v.LiteralSchema<"gcpm", undefined>], undefined>; }, undefined>], undefined>, v.DescriptionAction<"pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }), string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly style: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; readonly partial: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly title: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly language: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly replace: v.OptionalSchema; readonly match: v.SchemaWithPipe Object | string>, v.MetadataAction<(result: RegExpMatchArray, h: any) => Object | string, { readonly typeString: "(result: RegExpMatchArray, h: any) => Object | string"; }>]>; }, undefined>, undefined>, v.DescriptionAction<({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[], string>]>, undefined>; readonly hardLineBreaks: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly disableFormatHtml: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly math: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly imgFigcaptionOrder: v.OptionalSchema, v.LiteralSchema<"figcaption-img", undefined>], undefined>, v.DescriptionAction<"img-figcaption" | "figcaption-img", string>]>, undefined>; readonly assignIdToFigcaption: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly footnote: v.OptionalSchema, v.LiteralSchema<"dpub", undefined>, v.LiteralSchema<"gcpm", undefined>], undefined>, v.LooseObjectSchema<{ readonly mode: v.UnionSchema<[v.LiteralSchema<"pandoc", undefined>, v.LiteralSchema<"dpub", undefined>, v.LiteralSchema<"gcpm", undefined>], undefined>; }, undefined>], undefined>, v.DescriptionAction<"pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }), string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ style?: string | string[] | undefined; partial?: boolean | undefined; title?: string | undefined; language?: string | undefined; replace?: ({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[] | undefined; hardLineBreaks?: boolean | undefined; disableFormatHtml?: boolean | undefined; math?: boolean | undefined; imgFigcaptionOrder?: "img-figcaption" | "figcaption-img" | undefined; assignIdToFigcaption?: boolean | undefined; footnote?: "pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }) | undefined; } & { [key: string]: unknown; }, { style?: string[] | undefined; partial?: boolean | undefined; title?: string | undefined; language?: string | undefined; replace?: ({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[] | undefined; hardLineBreaks?: boolean | undefined; disableFormatHtml?: boolean | undefined; math?: boolean | undefined; imgFigcaptionOrder?: "img-figcaption" | "figcaption-img" | undefined; assignIdToFigcaption?: boolean | undefined; footnote?: "pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }) | undefined; } & { [key: string]: unknown; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ style?: string[] | undefined; partial?: boolean | undefined; title?: string | undefined; language?: string | undefined; replace?: ({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[] | undefined; hardLineBreaks?: boolean | undefined; disableFormatHtml?: boolean | undefined; math?: boolean | undefined; imgFigcaptionOrder?: "img-figcaption" | "figcaption-img" | undefined; assignIdToFigcaption?: boolean | undefined; footnote?: "pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }) | undefined; } & { [key: string]: unknown; }, v.BaseIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.LooseObjectIssue | v.UnionIssue> | v.LiteralIssue | v.UnionIssue | v.BooleanIssue | v.InstanceIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { style?: string | string[] | undefined; partial?: boolean | undefined; title?: string | undefined; language?: string | undefined; replace?: ({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[] | undefined; hardLineBreaks?: boolean | undefined; disableFormatHtml?: boolean | undefined; math?: boolean | undefined; imgFigcaptionOrder?: "img-figcaption" | "figcaption-img" | undefined; assignIdToFigcaption?: boolean | undefined; footnote?: "pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }) | undefined; } & { [key: string]: unknown; }; readonly output: { style?: string[] | undefined; partial?: boolean | undefined; title?: string | undefined; language?: string | undefined; replace?: ({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[] | undefined; hardLineBreaks?: boolean | undefined; disableFormatHtml?: boolean | undefined; math?: boolean | undefined; imgFigcaptionOrder?: "img-figcaption" | "figcaption-img" | undefined; assignIdToFigcaption?: boolean | undefined; footnote?: "pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }) | undefined; } & { [key: string]: unknown; }; readonly issue: v.BaseIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.LooseObjectIssue | v.UnionIssue> | v.LiteralIssue | v.UnionIssue | v.BooleanIssue | v.InstanceIssue | v.UnionIssue>; } | undefined; }, v.TitleAction<{ style?: string[] | undefined; partial?: boolean | undefined; title?: string | undefined; language?: string | undefined; replace?: ({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[] | undefined; hardLineBreaks?: boolean | undefined; disableFormatHtml?: boolean | undefined; math?: boolean | undefined; imgFigcaptionOrder?: "img-figcaption" | "figcaption-img" | undefined; assignIdToFigcaption?: boolean | undefined; footnote?: "pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }) | undefined; } & { [key: string]: unknown; }, "VfmConfig">]>; type VfmConfig = v.InferInput; declare const ServerConfig: v.SchemaWithPipe, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.DescriptionAction]>; readonly port: v.SchemaWithPipe, v.MinValueAction, v.MaxValueAction, v.DescriptionAction]>; readonly proxy: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.UnionSchema<[v.SchemaWithPipe, v.MetadataAction]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.DescriptionAction<{ [x: string]: string | vite.ProxyOptions; }, string>]>; readonly allowedHosts: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.BooleanSchema], undefined>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly host: v.OptionalSchema, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.DescriptionAction]>, undefined>; readonly port: v.OptionalSchema, v.MinValueAction, v.MaxValueAction, v.DescriptionAction]>, undefined>; readonly proxy: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.UnionSchema<[v.SchemaWithPipe, v.MetadataAction]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.DescriptionAction<{ [x: string]: string | vite.ProxyOptions; }, string>]>, undefined>; readonly allowedHosts: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.BooleanSchema], undefined>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ host?: string | boolean | undefined; port?: number | undefined; proxy?: { [x: string]: string | vite.ProxyOptions; } | undefined; allowedHosts?: boolean | string[] | undefined; }, { host?: string | boolean | undefined; port?: number | undefined; proxy?: { [x: string]: string | vite.ProxyOptions; } | undefined; allowedHosts?: boolean | string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ host?: string | boolean | undefined; port?: number | undefined; proxy?: { [x: string]: string | vite.ProxyOptions; } | undefined; allowedHosts?: boolean | string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.MinValueIssue | v.BooleanIssue | v.UnionIssue | v.BooleanIssue> | v.MaxValueIssue | v.RecordIssue | v.CustomIssue | v.UnionIssue | v.CustomIssue> | v.UnionIssue | v.BooleanIssue>>; readonly "~types"?: { readonly input: { host?: string | boolean | undefined; port?: number | undefined; proxy?: { [x: string]: string | vite.ProxyOptions; } | undefined; allowedHosts?: boolean | string[] | undefined; }; readonly output: { host?: string | boolean | undefined; port?: number | undefined; proxy?: { [x: string]: string | vite.ProxyOptions; } | undefined; allowedHosts?: boolean | string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.MinValueIssue | v.BooleanIssue | v.UnionIssue | v.BooleanIssue> | v.MaxValueIssue | v.RecordIssue | v.CustomIssue | v.UnionIssue | v.CustomIssue> | v.UnionIssue | v.BooleanIssue>; } | undefined; }, v.TitleAction<{ host?: string | boolean | undefined; port?: number | undefined; proxy?: { [x: string]: string | vite.ProxyOptions; } | undefined; allowedHosts?: boolean | string[] | undefined; }, "ServerConfig">]>; type ServerConfig = v.InferInput; declare const BuildTask: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.UnionSchema<[v.SchemaWithPipe; readonly path: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly output: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly title: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly theme: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly pageBreakBefore: v.SchemaWithPipe, v.LiteralSchema<"right", undefined>, v.LiteralSchema<"recto", undefined>, v.LiteralSchema<"verso", undefined>], undefined>, undefined>, v.DescriptionAction<"left" | "right" | "recto" | "verso" | undefined, string>]>; readonly pageCounterReset: v.SchemaWithPipe, v.SafeIntegerAction]>, undefined>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ rel: "contents"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; pageCounterReset?: number | undefined; }, "ContentsEntryConfig">]>, v.SchemaWithPipe; readonly path: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly output: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly title: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly theme: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly imageSrc: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly imageAlt: v.OptionalSchema, undefined>; readonly pageBreakBefore: v.SchemaWithPipe, v.LiteralSchema<"right", undefined>, v.LiteralSchema<"recto", undefined>, v.LiteralSchema<"verso", undefined>], undefined>, undefined>, v.DescriptionAction<"left" | "right" | "recto" | "verso" | undefined, string>]>; }, undefined>, v.TitleAction<{ rel: "cover"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; imageSrc?: string | undefined; imageAlt?: string | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; }, "CoverEntryConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly output: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly title: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly theme: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly encodingFormat: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly rel: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly documentProcessor: v.OptionalSchema Processor>, v.MetadataAction<(option: StringifyMarkdownOptions, metadata: Metadata) => Processor, { readonly typeString: "(option: import(\"@vivliostyle/vfm\").StringifyMarkdownOptions, metadata: import(\"@vivliostyle/vfm\").Metadata) => import(\"unified\").Processor"; }>, v.DescriptionAction<(option: StringifyMarkdownOptions, metadata: Metadata) => Processor, string>]>, undefined>; readonly documentMetadataReader: v.OptionalSchema Metadata>, v.MetadataAction<(content: string) => Metadata, { readonly typeString: "(content: string) => import(\"@vivliostyle/vfm\").Metadata"; }>, v.DescriptionAction<(content: string) => Metadata, string>]>, undefined>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly path: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, "Missing required field: path">; readonly output: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly title: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly theme: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly encodingFormat: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly rel: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly documentProcessor: v.OptionalSchema Processor>, v.MetadataAction<(option: StringifyMarkdownOptions, metadata: Metadata) => Processor, { readonly typeString: "(option: import(\"@vivliostyle/vfm\").StringifyMarkdownOptions, metadata: import(\"@vivliostyle/vfm\").Metadata) => import(\"unified\").Processor"; }>, v.DescriptionAction<(option: StringifyMarkdownOptions, metadata: Metadata) => Processor, string>]>, undefined>; readonly documentMetadataReader: v.OptionalSchema Metadata>, v.MetadataAction<(content: string) => Metadata, { readonly typeString: "(content: string) => import(\"@vivliostyle/vfm\").Metadata"; }>, v.DescriptionAction<(content: string) => Metadata, string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ path: string; output?: string | undefined; title?: string | undefined; theme?: string | ({ specifier: string; } & { import?: string | string[] | undefined; }) | (string | ({ specifier: string; } & { import?: string | string[] | undefined; }))[] | undefined; encodingFormat?: string | undefined; rel?: string | string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }, { path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }, v.BaseIssue | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>>>; readonly "~types"?: { readonly input: { path: string; output?: string | undefined; title?: string | undefined; theme?: string | ({ specifier: string; } & { import?: string | string[] | undefined; }) | (string | ({ specifier: string; } & { import?: string | string[] | undefined; }))[] | undefined; encodingFormat?: string | undefined; rel?: string | string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }; readonly output: { path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }; readonly issue: v.BaseIssue | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>>; } | undefined; }, v.TitleAction<{ path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }, "ArticleEntryConfig">]>], undefined>], undefined>, undefined>, v.MinLengthAction<(string | { path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; } | { rel: "contents"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; pageCounterReset?: number | undefined; } | { rel: "cover"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; imageSrc?: string | undefined; imageAlt?: string | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; })[], 1, "At least one entry is required">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly output: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly title: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly theme: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly encodingFormat: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly rel: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly documentProcessor: v.OptionalSchema Processor>, v.MetadataAction<(option: StringifyMarkdownOptions, metadata: Metadata) => Processor, { readonly typeString: "(option: import(\"@vivliostyle/vfm\").StringifyMarkdownOptions, metadata: import(\"@vivliostyle/vfm\").Metadata) => import(\"unified\").Processor"; }>, v.DescriptionAction<(option: StringifyMarkdownOptions, metadata: Metadata) => Processor, string>]>, undefined>; readonly documentMetadataReader: v.OptionalSchema Metadata>, v.MetadataAction<(content: string) => Metadata, { readonly typeString: "(content: string) => import(\"@vivliostyle/vfm\").Metadata"; }>, v.DescriptionAction<(content: string) => Metadata, string>]>, undefined>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly path: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, "Missing required field: path">; readonly output: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly title: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly theme: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly encodingFormat: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly rel: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly documentProcessor: v.OptionalSchema Processor>, v.MetadataAction<(option: StringifyMarkdownOptions, metadata: Metadata) => Processor, { readonly typeString: "(option: import(\"@vivliostyle/vfm\").StringifyMarkdownOptions, metadata: import(\"@vivliostyle/vfm\").Metadata) => import(\"unified\").Processor"; }>, v.DescriptionAction<(option: StringifyMarkdownOptions, metadata: Metadata) => Processor, string>]>, undefined>; readonly documentMetadataReader: v.OptionalSchema Metadata>, v.MetadataAction<(content: string) => Metadata, { readonly typeString: "(content: string) => import(\"@vivliostyle/vfm\").Metadata"; }>, v.DescriptionAction<(content: string) => Metadata, string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ path: string; output?: string | undefined; title?: string | undefined; theme?: string | ({ specifier: string; } & { import?: string | string[] | undefined; }) | (string | ({ specifier: string; } & { import?: string | string[] | undefined; }))[] | undefined; encodingFormat?: string | undefined; rel?: string | string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }, { path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }, v.BaseIssue | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>>>; readonly "~types"?: { readonly input: { path: string; output?: string | undefined; title?: string | undefined; theme?: string | ({ specifier: string; } & { import?: string | string[] | undefined; }) | (string | ({ specifier: string; } & { import?: string | string[] | undefined; }))[] | undefined; encodingFormat?: string | undefined; rel?: string | string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }; readonly output: { path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }; readonly issue: v.BaseIssue | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>>; } | undefined; }, v.TitleAction<{ path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }, "ArticleEntryConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; } | (string | { path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; } | { rel: "contents"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; pageCounterReset?: number | undefined; } | { rel: "cover"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; imageSrc?: string | undefined; imageAlt?: string | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; })[], ({ path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; } | { rel: "contents"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; pageCounterReset?: number | undefined; } | { rel: "cover"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; imageSrc?: string | undefined; imageAlt?: string | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; })[]>, v.DescriptionAction<({ path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; } | { rel: "contents"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; pageCounterReset?: number | undefined; } | { rel: "cover"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; imageSrc?: string | undefined; imageAlt?: string | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; })[], string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly entry: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.UnionSchema<[v.SchemaWithPipe; readonly path: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly output: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly title: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly theme: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly pageBreakBefore: v.SchemaWithPipe, v.LiteralSchema<"right", undefined>, v.LiteralSchema<"recto", undefined>, v.LiteralSchema<"verso", undefined>], undefined>, undefined>, v.DescriptionAction<"left" | "right" | "recto" | "verso" | undefined, string>]>; readonly pageCounterReset: v.SchemaWithPipe, v.SafeIntegerAction]>, undefined>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ rel: "contents"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; pageCounterReset?: number | undefined; }, "ContentsEntryConfig">]>, v.SchemaWithPipe; readonly path: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly output: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly title: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly theme: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly imageSrc: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly imageAlt: v.OptionalSchema, undefined>; readonly pageBreakBefore: v.SchemaWithPipe, v.LiteralSchema<"right", undefined>, v.LiteralSchema<"recto", undefined>, v.LiteralSchema<"verso", undefined>], undefined>, undefined>, v.DescriptionAction<"left" | "right" | "recto" | "verso" | undefined, string>]>; }, undefined>, v.TitleAction<{ rel: "cover"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; imageSrc?: string | undefined; imageAlt?: string | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; }, "CoverEntryConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly output: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly title: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly theme: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly encodingFormat: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly rel: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly documentProcessor: v.OptionalSchema Processor>, v.MetadataAction<(option: StringifyMarkdownOptions, metadata: Metadata) => Processor, { readonly typeString: "(option: import(\"@vivliostyle/vfm\").StringifyMarkdownOptions, metadata: import(\"@vivliostyle/vfm\").Metadata) => import(\"unified\").Processor"; }>, v.DescriptionAction<(option: StringifyMarkdownOptions, metadata: Metadata) => Processor, string>]>, undefined>; readonly documentMetadataReader: v.OptionalSchema Metadata>, v.MetadataAction<(content: string) => Metadata, { readonly typeString: "(content: string) => import(\"@vivliostyle/vfm\").Metadata"; }>, v.DescriptionAction<(content: string) => Metadata, string>]>, undefined>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly path: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, "Missing required field: path">; readonly output: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly title: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly theme: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly encodingFormat: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly rel: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly documentProcessor: v.OptionalSchema Processor>, v.MetadataAction<(option: StringifyMarkdownOptions, metadata: Metadata) => Processor, { readonly typeString: "(option: import(\"@vivliostyle/vfm\").StringifyMarkdownOptions, metadata: import(\"@vivliostyle/vfm\").Metadata) => import(\"unified\").Processor"; }>, v.DescriptionAction<(option: StringifyMarkdownOptions, metadata: Metadata) => Processor, string>]>, undefined>; readonly documentMetadataReader: v.OptionalSchema Metadata>, v.MetadataAction<(content: string) => Metadata, { readonly typeString: "(content: string) => import(\"@vivliostyle/vfm\").Metadata"; }>, v.DescriptionAction<(content: string) => Metadata, string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ path: string; output?: string | undefined; title?: string | undefined; theme?: string | ({ specifier: string; } & { import?: string | string[] | undefined; }) | (string | ({ specifier: string; } & { import?: string | string[] | undefined; }))[] | undefined; encodingFormat?: string | undefined; rel?: string | string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }, { path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }, v.BaseIssue | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>>>; readonly "~types"?: { readonly input: { path: string; output?: string | undefined; title?: string | undefined; theme?: string | ({ specifier: string; } & { import?: string | string[] | undefined; }) | (string | ({ specifier: string; } & { import?: string | string[] | undefined; }))[] | undefined; encodingFormat?: string | undefined; rel?: string | string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }; readonly output: { path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }; readonly issue: v.BaseIssue | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>>; } | undefined; }, v.TitleAction<{ path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }, "ArticleEntryConfig">]>], undefined>], undefined>, undefined>, v.MinLengthAction<(string | { path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; } | { rel: "contents"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; pageCounterReset?: number | undefined; } | { rel: "cover"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; imageSrc?: string | undefined; imageAlt?: string | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; })[], 1, "At least one entry is required">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly output: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly title: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly theme: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly encodingFormat: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly rel: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly documentProcessor: v.OptionalSchema Processor>, v.MetadataAction<(option: StringifyMarkdownOptions, metadata: Metadata) => Processor, { readonly typeString: "(option: import(\"@vivliostyle/vfm\").StringifyMarkdownOptions, metadata: import(\"@vivliostyle/vfm\").Metadata) => import(\"unified\").Processor"; }>, v.DescriptionAction<(option: StringifyMarkdownOptions, metadata: Metadata) => Processor, string>]>, undefined>; readonly documentMetadataReader: v.OptionalSchema Metadata>, v.MetadataAction<(content: string) => Metadata, { readonly typeString: "(content: string) => import(\"@vivliostyle/vfm\").Metadata"; }>, v.DescriptionAction<(content: string) => Metadata, string>]>, undefined>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly path: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, "Missing required field: path">; readonly output: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly title: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly theme: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly encodingFormat: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly rel: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>; readonly documentProcessor: v.OptionalSchema Processor>, v.MetadataAction<(option: StringifyMarkdownOptions, metadata: Metadata) => Processor, { readonly typeString: "(option: import(\"@vivliostyle/vfm\").StringifyMarkdownOptions, metadata: import(\"@vivliostyle/vfm\").Metadata) => import(\"unified\").Processor"; }>, v.DescriptionAction<(option: StringifyMarkdownOptions, metadata: Metadata) => Processor, string>]>, undefined>; readonly documentMetadataReader: v.OptionalSchema Metadata>, v.MetadataAction<(content: string) => Metadata, { readonly typeString: "(content: string) => import(\"@vivliostyle/vfm\").Metadata"; }>, v.DescriptionAction<(content: string) => Metadata, string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ path: string; output?: string | undefined; title?: string | undefined; theme?: string | ({ specifier: string; } & { import?: string | string[] | undefined; }) | (string | ({ specifier: string; } & { import?: string | string[] | undefined; }))[] | undefined; encodingFormat?: string | undefined; rel?: string | string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }, { path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }, v.BaseIssue | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>>>; readonly "~types"?: { readonly input: { path: string; output?: string | undefined; title?: string | undefined; theme?: string | ({ specifier: string; } & { import?: string | string[] | undefined; }) | (string | ({ specifier: string; } & { import?: string | string[] | undefined; }))[] | undefined; encodingFormat?: string | undefined; rel?: string | string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }; readonly output: { path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }; readonly issue: v.BaseIssue | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>>; } | undefined; }, v.TitleAction<{ path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; }, "ArticleEntryConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; } | (string | { path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; } | { rel: "contents"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; pageCounterReset?: number | undefined; } | { rel: "cover"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; imageSrc?: string | undefined; imageAlt?: string | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; })[], ({ path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; } | { rel: "contents"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; pageCounterReset?: number | undefined; } | { rel: "cover"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; imageSrc?: string | undefined; imageAlt?: string | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; })[]>, v.DescriptionAction<({ path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; } | { rel: "contents"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; pageCounterReset?: number | undefined; } | { rel: "cover"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; imageSrc?: string | undefined; imageAlt?: string | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; })[], string>]>, "Missing required field: entry">; }; readonly "~standard": v.StandardProps<{ entry: string | { path: string; output?: string | undefined; title?: string | undefined; theme?: string | ({ specifier: string; } & { import?: string | string[] | undefined; }) | (string | ({ specifier: string; } & { import?: string | string[] | undefined; }))[] | undefined; encodingFormat?: string | undefined; rel?: string | string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; } | (string | { path: string; output?: string | undefined; title?: string | undefined; theme?: string | ({ specifier: string; } & { import?: string | string[] | undefined; }) | (string | ({ specifier: string; } & { import?: string | string[] | undefined; }))[] | undefined; encodingFormat?: string | undefined; rel?: string | string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; } | { rel: "contents"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: string | ({ specifier: string; } & { import?: string | string[] | undefined; }) | (string | ({ specifier: string; } & { import?: string | string[] | undefined; }))[] | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; pageCounterReset?: number | undefined; } | { rel: "cover"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: string | ({ specifier: string; } & { import?: string | string[] | undefined; }) | (string | ({ specifier: string; } & { import?: string | string[] | undefined; }))[] | undefined; imageSrc?: string | undefined; imageAlt?: string | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; })[]; }, { entry: ({ path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; } | { rel: "contents"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; pageCounterReset?: number | undefined; } | { rel: "cover"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; imageSrc?: string | undefined; imageAlt?: string | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; })[]; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ entry: ({ path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; } | { rel: "contents"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; pageCounterReset?: number | undefined; } | { rel: "cover"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; imageSrc?: string | undefined; imageAlt?: string | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; })[]; }, v.BaseIssue | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>> | v.LiteralIssue | v.UnionIssue | v.SafeIntegerIssue | v.UnionIssue | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>> | v.LiteralIssue | v.UnionIssue | v.SafeIntegerIssue> | v.UnionIssue | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>> | v.LiteralIssue | v.UnionIssue | v.SafeIntegerIssue | v.UnionIssue | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>> | v.LiteralIssue | v.UnionIssue | v.SafeIntegerIssue>> | v.MinLengthIssue<(string | { path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; } | { rel: "contents"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; pageCounterReset?: number | undefined; } | { rel: "cover"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; imageSrc?: string | undefined; imageAlt?: string | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; })[], 1> | v.UnionIssue | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>> | v.LiteralIssue | v.UnionIssue | v.SafeIntegerIssue | v.UnionIssue | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>> | v.LiteralIssue | v.UnionIssue | v.SafeIntegerIssue> | v.UnionIssue | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>> | v.LiteralIssue | v.UnionIssue | v.SafeIntegerIssue | v.UnionIssue | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>> | v.LiteralIssue | v.UnionIssue | v.SafeIntegerIssue>> | v.MinLengthIssue<(string | { path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; } | { rel: "contents"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; pageCounterReset?: number | undefined; } | { rel: "cover"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; imageSrc?: string | undefined; imageAlt?: string | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; })[], 1>>>; readonly "~types"?: { readonly input: { entry: string | { path: string; output?: string | undefined; title?: string | undefined; theme?: string | ({ specifier: string; } & { import?: string | string[] | undefined; }) | (string | ({ specifier: string; } & { import?: string | string[] | undefined; }))[] | undefined; encodingFormat?: string | undefined; rel?: string | string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; } | (string | { path: string; output?: string | undefined; title?: string | undefined; theme?: string | ({ specifier: string; } & { import?: string | string[] | undefined; }) | (string | ({ specifier: string; } & { import?: string | string[] | undefined; }))[] | undefined; encodingFormat?: string | undefined; rel?: string | string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; } | { rel: "contents"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: string | ({ specifier: string; } & { import?: string | string[] | undefined; }) | (string | ({ specifier: string; } & { import?: string | string[] | undefined; }))[] | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; pageCounterReset?: number | undefined; } | { rel: "cover"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: string | ({ specifier: string; } & { import?: string | string[] | undefined; }) | (string | ({ specifier: string; } & { import?: string | string[] | undefined; }))[] | undefined; imageSrc?: string | undefined; imageAlt?: string | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; })[]; }; readonly output: { entry: ({ path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; } | { rel: "contents"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; pageCounterReset?: number | undefined; } | { rel: "cover"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; imageSrc?: string | undefined; imageAlt?: string | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; })[]; }; readonly issue: v.BaseIssue | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>> | v.LiteralIssue | v.UnionIssue | v.SafeIntegerIssue | v.UnionIssue | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>> | v.LiteralIssue | v.UnionIssue | v.SafeIntegerIssue> | v.UnionIssue | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>> | v.LiteralIssue | v.UnionIssue | v.SafeIntegerIssue | v.UnionIssue | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>> | v.LiteralIssue | v.UnionIssue | v.SafeIntegerIssue>> | v.MinLengthIssue<(string | { path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; } | { rel: "contents"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; pageCounterReset?: number | undefined; } | { rel: "cover"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; imageSrc?: string | undefined; imageAlt?: string | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; })[], 1> | v.UnionIssue | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>> | v.LiteralIssue | v.UnionIssue | v.SafeIntegerIssue | v.UnionIssue | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>> | v.LiteralIssue | v.UnionIssue | v.SafeIntegerIssue> | v.UnionIssue | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>> | v.LiteralIssue | v.UnionIssue | v.SafeIntegerIssue | v.UnionIssue | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>> | v.LiteralIssue | v.UnionIssue | v.SafeIntegerIssue>> | v.MinLengthIssue<(string | { path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; } | { rel: "contents"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; pageCounterReset?: number | undefined; } | { rel: "cover"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; imageSrc?: string | undefined; imageAlt?: string | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; })[], 1>>; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly author: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly theme: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, v.DescriptionAction<({ specifier: string; } & { import?: string[] | undefined; })[], string>]>; readonly entryContext: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly output: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly path: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: path">; }; readonly "~standard": v.StandardProps<{ path: string; }, { path: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ path: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { path: string; }; readonly output: { path: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>; readonly renderMode: v.SchemaWithPipe, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>; /** @deprecated */ readonly preflight: v.SchemaWithPipe, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.MetadataAction<"press-ready" | "press-ready-local", { readonly deprecated: true; }>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; /** @deprecated */ readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.MetadataAction, v.DescriptionAction]>; readonly pdfPostprocess: v.SchemaWithPipe, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly cmyk: v.SchemaWithPipe, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>; readonly replaceImage: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>, undefined>; readonly cmyk: v.OptionalSchema, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>, undefined>; readonly replaceImage: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly output: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }, v.TitleAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, "PdfPostprocessConfig">, v.DescriptionAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly format: v.OptionalSchema, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>, undefined>; readonly renderMode: v.OptionalSchema, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>; readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.MetadataAction<"press-ready" | "press-ready-local", { readonly deprecated: true; }>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.MetadataAction, v.DescriptionAction]>, undefined>; readonly pdfPostprocess: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly cmyk: v.SchemaWithPipe, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>; readonly replaceImage: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>, undefined>; readonly cmyk: v.OptionalSchema, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>, undefined>; readonly replaceImage: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly output: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }, v.TitleAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, "PdfPostprocessConfig">, v.DescriptionAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }; readonly output: { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }], undefined>, v.TitleAction<{ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, "OutputConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly path: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: path">; }; readonly "~standard": v.StandardProps<{ path: string; }, { path: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ path: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { path: string; }; readonly output: { path: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>; readonly renderMode: v.SchemaWithPipe, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>; /** @deprecated */ readonly preflight: v.SchemaWithPipe, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.MetadataAction<"press-ready" | "press-ready-local", { readonly deprecated: true; }>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; /** @deprecated */ readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.MetadataAction, v.DescriptionAction]>; readonly pdfPostprocess: v.SchemaWithPipe, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly cmyk: v.SchemaWithPipe, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>; readonly replaceImage: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>, undefined>; readonly cmyk: v.OptionalSchema, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>, undefined>; readonly replaceImage: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly output: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }, v.TitleAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, "PdfPostprocessConfig">, v.DescriptionAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly format: v.OptionalSchema, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>, undefined>; readonly renderMode: v.OptionalSchema, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>; readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.MetadataAction<"press-ready" | "press-ready-local", { readonly deprecated: true; }>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.MetadataAction, v.DescriptionAction]>, undefined>; readonly pdfPostprocess: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly cmyk: v.SchemaWithPipe, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>; readonly replaceImage: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>, undefined>; readonly cmyk: v.OptionalSchema, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>, undefined>; readonly replaceImage: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly output: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }, v.TitleAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, "PdfPostprocessConfig">, v.DescriptionAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }; readonly output: { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }], undefined>, v.TitleAction<{ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, "OutputConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction<({ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; } & { format: OutputFormat; })[], string>]>; readonly workspaceDir: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; /** @deprecated */ readonly includeAssets: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.MetadataAction, v.DescriptionAction]>; readonly copyAsset: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.CheckAction, v.DescriptionAction]>; readonly excludes: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.CheckAction, v.DescriptionAction]>; readonly includeFileExtensions: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.CheckAction, v.DescriptionAction]>; readonly excludeFileExtensions: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.CheckAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly includes: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.CheckAction, v.DescriptionAction]>, undefined>; readonly excludes: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.CheckAction, v.DescriptionAction]>, undefined>; readonly includeFileExtensions: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.CheckAction, v.DescriptionAction]>, undefined>; readonly excludeFileExtensions: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.CheckAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ includes?: string[] | undefined; excludes?: string[] | undefined; includeFileExtensions?: string[] | undefined; excludeFileExtensions?: string[] | undefined; }, { includes?: string[] | undefined; excludes?: string[] | undefined; includeFileExtensions?: string[] | undefined; excludeFileExtensions?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ includes?: string[] | undefined; excludes?: string[] | undefined; includeFileExtensions?: string[] | undefined; excludeFileExtensions?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.CheckIssue>; readonly "~types"?: { readonly input: { includes?: string[] | undefined; excludes?: string[] | undefined; includeFileExtensions?: string[] | undefined; excludeFileExtensions?: string[] | undefined; }; readonly output: { includes?: string[] | undefined; excludes?: string[] | undefined; includeFileExtensions?: string[] | undefined; excludeFileExtensions?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.CheckIssue; } | undefined; }, v.TitleAction<{ includes?: string[] | undefined; excludes?: string[] | undefined; includeFileExtensions?: string[] | undefined; excludeFileExtensions?: string[] | undefined; }, "CopyAssetConfig">]>], undefined>, v.DescriptionAction<{ includes?: string[] | undefined; excludes?: string[] | undefined; includeFileExtensions?: string[] | undefined; excludeFileExtensions?: string[] | undefined; }, string>]>; readonly size: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; /** @deprecated */ readonly pressReady: v.SchemaWithPipe, v.MetadataAction, v.DescriptionAction]>; readonly pdfPostprocess: v.SchemaWithPipe, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly cmyk: v.SchemaWithPipe, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>; readonly replaceImage: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>, undefined>; readonly cmyk: v.OptionalSchema, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>, undefined>; readonly replaceImage: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly output: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }, v.TitleAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, "PdfPostprocessConfig">, v.DescriptionAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, string>]>; readonly language: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly readingProgression: v.SchemaWithPipe, v.LiteralSchema<"rtl", undefined>], undefined>, v.DescriptionAction<"ltr" | "rtl", string>]>; readonly toc: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly htmlPath: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly sectionDepth: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction, v.DescriptionAction]>; readonly transformDocumentList: v.SchemaWithPipe (propsList: { children: any; }[]) => any>, v.MetadataAction<(nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any, { readonly typeString: "(nodeList: StructuredDocument[]) => (propsList: { children: any }[]) => any"; readonly typeReferences: readonly [v.GenericSchema]; }>, v.DescriptionAction<(nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any, string>]>; readonly transformSectionList: v.SchemaWithPipe (propsList: { children: any; }[]) => any>, v.MetadataAction<(nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any, { readonly typeString: "(nodeList: StructuredDocumentSection[]) => (propsList: { children: any }[]) => any"; readonly typeReferences: readonly [v.GenericSchema]; }>, v.DescriptionAction<(nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any, string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly title: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly htmlPath: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly sectionDepth: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction, v.DescriptionAction]>, undefined>; readonly transformDocumentList: v.OptionalSchema (propsList: { children: any; }[]) => any>, v.MetadataAction<(nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any, { readonly typeString: "(nodeList: StructuredDocument[]) => (propsList: { children: any }[]) => any"; readonly typeReferences: readonly [v.GenericSchema]; }>, v.DescriptionAction<(nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any, string>]>, undefined>; readonly transformSectionList: v.OptionalSchema (propsList: { children: any; }[]) => any>, v.MetadataAction<(nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any, { readonly typeString: "(nodeList: StructuredDocumentSection[]) => (propsList: { children: any }[]) => any"; readonly typeReferences: readonly [v.GenericSchema]; }>, v.DescriptionAction<(nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any, string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ title?: string | undefined; htmlPath?: string | undefined; sectionDepth?: number | undefined; transformDocumentList?: ((nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any) | undefined; transformSectionList?: ((nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any) | undefined; }, { title?: string | undefined; htmlPath?: string | undefined; sectionDepth?: number | undefined; transformDocumentList?: ((nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any) | undefined; transformSectionList?: ((nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any) | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ title?: string | undefined; htmlPath?: string | undefined; sectionDepth?: number | undefined; transformDocumentList?: ((nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any) | undefined; transformSectionList?: ((nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any) | undefined; }, v.BaseIssue | v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue>; readonly "~types"?: { readonly input: { title?: string | undefined; htmlPath?: string | undefined; sectionDepth?: number | undefined; transformDocumentList?: ((nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any) | undefined; transformSectionList?: ((nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any) | undefined; }; readonly output: { title?: string | undefined; htmlPath?: string | undefined; sectionDepth?: number | undefined; transformDocumentList?: ((nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any) | undefined; transformSectionList?: ((nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any) | undefined; }; readonly issue: v.BaseIssue | v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue; } | undefined; }, v.TitleAction<{ title?: string | undefined; htmlPath?: string | undefined; sectionDepth?: number | undefined; transformDocumentList?: ((nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any) | undefined; transformSectionList?: ((nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any) | undefined; }, "TocConfig">]>, v.BooleanSchema, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction (propsList: { children: any; }[]) => any) | undefined; transformSectionList?: ((nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any) | undefined; }, { title?: string | undefined; htmlPath?: string | undefined; sectionDepth?: number | undefined; transformDocumentList?: ((nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any) | undefined; transformSectionList?: ((nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any) | undefined; } | undefined>, v.DescriptionAction<{ title?: string | undefined; htmlPath?: string | undefined; sectionDepth?: number | undefined; transformDocumentList?: ((nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any) | undefined; transformSectionList?: ((nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any) | undefined; } | undefined, string>]>; /** @deprecated */ readonly tocTitle: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.MetadataAction, v.DescriptionAction]>; readonly cover: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly src: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: src">; }; readonly "~standard": v.StandardProps<{ src: string; }, { src: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ src: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { src: string; }; readonly output: { src: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.DescriptionAction]>; readonly htmlPath: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.BooleanSchema], undefined>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly name: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly htmlPath: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.BooleanSchema], undefined>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ name?: string | undefined; htmlPath?: string | boolean | undefined; }, { name?: string | undefined; htmlPath?: string | boolean | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ name?: string | undefined; htmlPath?: string | boolean | undefined; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.BooleanIssue | v.UnionIssue | v.BooleanIssue>>; readonly "~types"?: { readonly input: { name?: string | undefined; htmlPath?: string | boolean | undefined; }; readonly output: { name?: string | undefined; htmlPath?: string | boolean | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.BooleanIssue | v.UnionIssue | v.BooleanIssue>; } | undefined; }], undefined>, v.TitleAction<{ src: string; } & { name?: string | undefined; htmlPath?: string | boolean | undefined; }, "CoverConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction<{ src: string; } & { name?: string | undefined; htmlPath?: string | boolean | undefined; }, string>]>; readonly timeout: v.SchemaWithPipe, v.MinValueAction, v.DescriptionAction]>; readonly documentProcessor: v.SchemaWithPipe Processor>, v.MetadataAction<(option: StringifyMarkdownOptions, metadata: Metadata) => Processor, { readonly typeString: "(option: import(\"@vivliostyle/vfm\").StringifyMarkdownOptions, metadata: import(\"@vivliostyle/vfm\").Metadata) => import(\"unified\").Processor"; }>, v.DescriptionAction<(option: StringifyMarkdownOptions, metadata: Metadata) => Processor, string>]>; readonly documentMetadataReader: v.SchemaWithPipe Metadata>, v.MetadataAction<(content: string) => Metadata, { readonly typeString: "(content: string) => import(\"@vivliostyle/vfm\").Metadata"; }>, v.DescriptionAction<(content: string) => Metadata, string>]>; readonly vfm: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; readonly partial: v.SchemaWithPipe, v.DescriptionAction]>; readonly title: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly language: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly replace: v.SchemaWithPipe; readonly match: v.SchemaWithPipe Object | string>, v.MetadataAction<(result: RegExpMatchArray, h: any) => Object | string, { readonly typeString: "(result: RegExpMatchArray, h: any) => Object | string"; }>]>; }, undefined>, undefined>, v.DescriptionAction<({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[], string>]>; readonly hardLineBreaks: v.SchemaWithPipe, v.DescriptionAction]>; readonly disableFormatHtml: v.SchemaWithPipe, v.DescriptionAction]>; readonly math: v.SchemaWithPipe, v.DescriptionAction]>; readonly imgFigcaptionOrder: v.SchemaWithPipe, v.LiteralSchema<"figcaption-img", undefined>], undefined>, v.DescriptionAction<"img-figcaption" | "figcaption-img", string>]>; readonly assignIdToFigcaption: v.SchemaWithPipe, v.DescriptionAction]>; readonly footnote: v.SchemaWithPipe, v.LiteralSchema<"dpub", undefined>, v.LiteralSchema<"gcpm", undefined>], undefined>, v.LooseObjectSchema<{ readonly mode: v.UnionSchema<[v.LiteralSchema<"pandoc", undefined>, v.LiteralSchema<"dpub", undefined>, v.LiteralSchema<"gcpm", undefined>], undefined>; }, undefined>], undefined>, v.DescriptionAction<"pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }), string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly style: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; readonly partial: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly title: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly language: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly replace: v.OptionalSchema; readonly match: v.SchemaWithPipe Object | string>, v.MetadataAction<(result: RegExpMatchArray, h: any) => Object | string, { readonly typeString: "(result: RegExpMatchArray, h: any) => Object | string"; }>]>; }, undefined>, undefined>, v.DescriptionAction<({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[], string>]>, undefined>; readonly hardLineBreaks: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly disableFormatHtml: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly math: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly imgFigcaptionOrder: v.OptionalSchema, v.LiteralSchema<"figcaption-img", undefined>], undefined>, v.DescriptionAction<"img-figcaption" | "figcaption-img", string>]>, undefined>; readonly assignIdToFigcaption: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly footnote: v.OptionalSchema, v.LiteralSchema<"dpub", undefined>, v.LiteralSchema<"gcpm", undefined>], undefined>, v.LooseObjectSchema<{ readonly mode: v.UnionSchema<[v.LiteralSchema<"pandoc", undefined>, v.LiteralSchema<"dpub", undefined>, v.LiteralSchema<"gcpm", undefined>], undefined>; }, undefined>], undefined>, v.DescriptionAction<"pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }), string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ style?: string | string[] | undefined; partial?: boolean | undefined; title?: string | undefined; language?: string | undefined; replace?: ({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[] | undefined; hardLineBreaks?: boolean | undefined; disableFormatHtml?: boolean | undefined; math?: boolean | undefined; imgFigcaptionOrder?: "img-figcaption" | "figcaption-img" | undefined; assignIdToFigcaption?: boolean | undefined; footnote?: "pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }) | undefined; } & { [key: string]: unknown; }, { style?: string[] | undefined; partial?: boolean | undefined; title?: string | undefined; language?: string | undefined; replace?: ({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[] | undefined; hardLineBreaks?: boolean | undefined; disableFormatHtml?: boolean | undefined; math?: boolean | undefined; imgFigcaptionOrder?: "img-figcaption" | "figcaption-img" | undefined; assignIdToFigcaption?: boolean | undefined; footnote?: "pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }) | undefined; } & { [key: string]: unknown; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ style?: string[] | undefined; partial?: boolean | undefined; title?: string | undefined; language?: string | undefined; replace?: ({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[] | undefined; hardLineBreaks?: boolean | undefined; disableFormatHtml?: boolean | undefined; math?: boolean | undefined; imgFigcaptionOrder?: "img-figcaption" | "figcaption-img" | undefined; assignIdToFigcaption?: boolean | undefined; footnote?: "pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }) | undefined; } & { [key: string]: unknown; }, v.BaseIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.LooseObjectIssue | v.UnionIssue> | v.LiteralIssue | v.UnionIssue | v.BooleanIssue | v.InstanceIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { style?: string | string[] | undefined; partial?: boolean | undefined; title?: string | undefined; language?: string | undefined; replace?: ({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[] | undefined; hardLineBreaks?: boolean | undefined; disableFormatHtml?: boolean | undefined; math?: boolean | undefined; imgFigcaptionOrder?: "img-figcaption" | "figcaption-img" | undefined; assignIdToFigcaption?: boolean | undefined; footnote?: "pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }) | undefined; } & { [key: string]: unknown; }; readonly output: { style?: string[] | undefined; partial?: boolean | undefined; title?: string | undefined; language?: string | undefined; replace?: ({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[] | undefined; hardLineBreaks?: boolean | undefined; disableFormatHtml?: boolean | undefined; math?: boolean | undefined; imgFigcaptionOrder?: "img-figcaption" | "figcaption-img" | undefined; assignIdToFigcaption?: boolean | undefined; footnote?: "pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }) | undefined; } & { [key: string]: unknown; }; readonly issue: v.BaseIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.LooseObjectIssue | v.UnionIssue> | v.LiteralIssue | v.UnionIssue | v.BooleanIssue | v.InstanceIssue | v.UnionIssue>; } | undefined; }, v.TitleAction<{ style?: string[] | undefined; partial?: boolean | undefined; title?: string | undefined; language?: string | undefined; replace?: ({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[] | undefined; hardLineBreaks?: boolean | undefined; disableFormatHtml?: boolean | undefined; math?: boolean | undefined; imgFigcaptionOrder?: "img-figcaption" | "figcaption-img" | undefined; assignIdToFigcaption?: boolean | undefined; footnote?: "pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }) | undefined; } & { [key: string]: unknown; }, "VfmConfig">]>], undefined>, v.DescriptionAction<{ style?: string[] | undefined; partial?: boolean | undefined; title?: string | undefined; language?: string | undefined; replace?: ({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[] | undefined; hardLineBreaks?: boolean | undefined; disableFormatHtml?: boolean | undefined; math?: boolean | undefined; imgFigcaptionOrder?: "img-figcaption" | "figcaption-img" | undefined; assignIdToFigcaption?: boolean | undefined; footnote?: "pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }) | undefined; } & { [key: string]: unknown; }, string>]>; readonly image: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.CheckAction, v.DescriptionAction]>; /** @deprecated */ readonly http: v.SchemaWithPipe, v.MetadataAction, v.DescriptionAction]>; readonly viewer: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly viewerParam: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly browser: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.CheckAction, v.TransformAction, v.DescriptionAction<{ type: BrowserType; tag?: string; }, string>]>; readonly base: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.RegexAction, v.CheckAction, v.TransformAction, v.DescriptionAction]>; readonly server: v.SchemaWithPipe, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.DescriptionAction]>; readonly port: v.SchemaWithPipe, v.MinValueAction, v.MaxValueAction, v.DescriptionAction]>; readonly proxy: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.UnionSchema<[v.SchemaWithPipe, v.MetadataAction]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.DescriptionAction<{ [x: string]: string | vite.ProxyOptions; }, string>]>; readonly allowedHosts: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.BooleanSchema], undefined>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly host: v.OptionalSchema, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.DescriptionAction]>, undefined>; readonly port: v.OptionalSchema, v.MinValueAction, v.MaxValueAction, v.DescriptionAction]>, undefined>; readonly proxy: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.UnionSchema<[v.SchemaWithPipe, v.MetadataAction]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.DescriptionAction<{ [x: string]: string | vite.ProxyOptions; }, string>]>, undefined>; readonly allowedHosts: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.BooleanSchema], undefined>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ host?: string | boolean | undefined; port?: number | undefined; proxy?: { [x: string]: string | vite.ProxyOptions; } | undefined; allowedHosts?: boolean | string[] | undefined; }, { host?: string | boolean | undefined; port?: number | undefined; proxy?: { [x: string]: string | vite.ProxyOptions; } | undefined; allowedHosts?: boolean | string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ host?: string | boolean | undefined; port?: number | undefined; proxy?: { [x: string]: string | vite.ProxyOptions; } | undefined; allowedHosts?: boolean | string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.MinValueIssue | v.BooleanIssue | v.UnionIssue | v.BooleanIssue> | v.MaxValueIssue | v.RecordIssue | v.CustomIssue | v.UnionIssue | v.CustomIssue> | v.UnionIssue | v.BooleanIssue>>; readonly "~types"?: { readonly input: { host?: string | boolean | undefined; port?: number | undefined; proxy?: { [x: string]: string | vite.ProxyOptions; } | undefined; allowedHosts?: boolean | string[] | undefined; }; readonly output: { host?: string | boolean | undefined; port?: number | undefined; proxy?: { [x: string]: string | vite.ProxyOptions; } | undefined; allowedHosts?: boolean | string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.MinValueIssue | v.BooleanIssue | v.UnionIssue | v.BooleanIssue> | v.MaxValueIssue | v.RecordIssue | v.CustomIssue | v.UnionIssue | v.CustomIssue> | v.UnionIssue | v.BooleanIssue>; } | undefined; }, v.TitleAction<{ host?: string | boolean | undefined; port?: number | undefined; proxy?: { [x: string]: string | vite.ProxyOptions; } | undefined; allowedHosts?: boolean | string[] | undefined; }, "ServerConfig">]>], undefined>, v.DescriptionAction<{ host?: string | boolean | undefined; port?: number | undefined; proxy?: { [x: string]: string | vite.ProxyOptions; } | undefined; allowedHosts?: boolean | string[] | undefined; }, string>]>; readonly static: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.RegexAction, v.TransformAction]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>, v.DescriptionAction<{ [x: string]: string[]; }, string>, v.TransformAction<{ [x: string]: string[]; }, { [x: string]: string[]; }>]>; readonly temporaryFilePrefix: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly vite: v.SchemaWithPipe, v.MetadataAction, v.DescriptionAction]>; readonly viteConfigFile: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.BooleanSchema], undefined>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly title: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly author: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly theme: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, v.DescriptionAction<({ specifier: string; } & { import?: string[] | undefined; })[], string>]>, undefined>; readonly entryContext: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly output: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly path: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: path">; }; readonly "~standard": v.StandardProps<{ path: string; }, { path: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ path: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { path: string; }; readonly output: { path: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>; readonly renderMode: v.SchemaWithPipe, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>; /** @deprecated */ readonly preflight: v.SchemaWithPipe, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.MetadataAction<"press-ready" | "press-ready-local", { readonly deprecated: true; }>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; /** @deprecated */ readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.MetadataAction, v.DescriptionAction]>; readonly pdfPostprocess: v.SchemaWithPipe, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly cmyk: v.SchemaWithPipe, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>; readonly replaceImage: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>, undefined>; readonly cmyk: v.OptionalSchema, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>, undefined>; readonly replaceImage: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly output: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }, v.TitleAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, "PdfPostprocessConfig">, v.DescriptionAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly format: v.OptionalSchema, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>, undefined>; readonly renderMode: v.OptionalSchema, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>; readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.MetadataAction<"press-ready" | "press-ready-local", { readonly deprecated: true; }>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.MetadataAction, v.DescriptionAction]>, undefined>; readonly pdfPostprocess: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly cmyk: v.SchemaWithPipe, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>; readonly replaceImage: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>, undefined>; readonly cmyk: v.OptionalSchema, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>, undefined>; readonly replaceImage: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly output: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }, v.TitleAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, "PdfPostprocessConfig">, v.DescriptionAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }; readonly output: { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }], undefined>, v.TitleAction<{ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, "OutputConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly path: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: path">; }; readonly "~standard": v.StandardProps<{ path: string; }, { path: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ path: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { path: string; }; readonly output: { path: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>; readonly renderMode: v.SchemaWithPipe, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>; /** @deprecated */ readonly preflight: v.SchemaWithPipe, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.MetadataAction<"press-ready" | "press-ready-local", { readonly deprecated: true; }>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; /** @deprecated */ readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.MetadataAction, v.DescriptionAction]>; readonly pdfPostprocess: v.SchemaWithPipe, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly cmyk: v.SchemaWithPipe, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>; readonly replaceImage: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>, undefined>; readonly cmyk: v.OptionalSchema, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>, undefined>; readonly replaceImage: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly output: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }, v.TitleAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, "PdfPostprocessConfig">, v.DescriptionAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly format: v.OptionalSchema, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>, undefined>; readonly renderMode: v.OptionalSchema, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>; readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.MetadataAction<"press-ready" | "press-ready-local", { readonly deprecated: true; }>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.MetadataAction, v.DescriptionAction]>, undefined>; readonly pdfPostprocess: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly cmyk: v.SchemaWithPipe, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>; readonly replaceImage: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>, undefined>; readonly cmyk: v.OptionalSchema, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>, undefined>; readonly replaceImage: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly output: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }, v.TitleAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, "PdfPostprocessConfig">, v.DescriptionAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }; readonly output: { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }], undefined>, v.TitleAction<{ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, "OutputConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction<({ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; } & { format: OutputFormat; })[], string>]>, undefined>; readonly workspaceDir: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly includeAssets: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.MetadataAction, v.DescriptionAction]>, undefined>; readonly copyAsset: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.CheckAction, v.DescriptionAction]>; readonly excludes: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.CheckAction, v.DescriptionAction]>; readonly includeFileExtensions: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.CheckAction, v.DescriptionAction]>; readonly excludeFileExtensions: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.CheckAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly includes: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.CheckAction, v.DescriptionAction]>, undefined>; readonly excludes: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.CheckAction, v.DescriptionAction]>, undefined>; readonly includeFileExtensions: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.CheckAction, v.DescriptionAction]>, undefined>; readonly excludeFileExtensions: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.CheckAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ includes?: string[] | undefined; excludes?: string[] | undefined; includeFileExtensions?: string[] | undefined; excludeFileExtensions?: string[] | undefined; }, { includes?: string[] | undefined; excludes?: string[] | undefined; includeFileExtensions?: string[] | undefined; excludeFileExtensions?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ includes?: string[] | undefined; excludes?: string[] | undefined; includeFileExtensions?: string[] | undefined; excludeFileExtensions?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.CheckIssue>; readonly "~types"?: { readonly input: { includes?: string[] | undefined; excludes?: string[] | undefined; includeFileExtensions?: string[] | undefined; excludeFileExtensions?: string[] | undefined; }; readonly output: { includes?: string[] | undefined; excludes?: string[] | undefined; includeFileExtensions?: string[] | undefined; excludeFileExtensions?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.CheckIssue; } | undefined; }, v.TitleAction<{ includes?: string[] | undefined; excludes?: string[] | undefined; includeFileExtensions?: string[] | undefined; excludeFileExtensions?: string[] | undefined; }, "CopyAssetConfig">]>], undefined>, v.DescriptionAction<{ includes?: string[] | undefined; excludes?: string[] | undefined; includeFileExtensions?: string[] | undefined; excludeFileExtensions?: string[] | undefined; }, string>]>, undefined>; readonly size: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly pressReady: v.OptionalSchema, v.MetadataAction, v.DescriptionAction]>, undefined>; readonly pdfPostprocess: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly cmyk: v.SchemaWithPipe, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>; readonly replaceImage: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>, undefined>; readonly cmyk: v.OptionalSchema, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>, undefined>; readonly replaceImage: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly output: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }, v.TitleAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, "PdfPostprocessConfig">, v.DescriptionAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, string>]>, undefined>; readonly language: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly readingProgression: v.OptionalSchema, v.LiteralSchema<"rtl", undefined>], undefined>, v.DescriptionAction<"ltr" | "rtl", string>]>, undefined>; readonly toc: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly htmlPath: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly sectionDepth: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction, v.DescriptionAction]>; readonly transformDocumentList: v.SchemaWithPipe (propsList: { children: any; }[]) => any>, v.MetadataAction<(nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any, { readonly typeString: "(nodeList: StructuredDocument[]) => (propsList: { children: any }[]) => any"; readonly typeReferences: readonly [v.GenericSchema]; }>, v.DescriptionAction<(nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any, string>]>; readonly transformSectionList: v.SchemaWithPipe (propsList: { children: any; }[]) => any>, v.MetadataAction<(nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any, { readonly typeString: "(nodeList: StructuredDocumentSection[]) => (propsList: { children: any }[]) => any"; readonly typeReferences: readonly [v.GenericSchema]; }>, v.DescriptionAction<(nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any, string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly title: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly htmlPath: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly sectionDepth: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction, v.DescriptionAction]>, undefined>; readonly transformDocumentList: v.OptionalSchema (propsList: { children: any; }[]) => any>, v.MetadataAction<(nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any, { readonly typeString: "(nodeList: StructuredDocument[]) => (propsList: { children: any }[]) => any"; readonly typeReferences: readonly [v.GenericSchema]; }>, v.DescriptionAction<(nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any, string>]>, undefined>; readonly transformSectionList: v.OptionalSchema (propsList: { children: any; }[]) => any>, v.MetadataAction<(nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any, { readonly typeString: "(nodeList: StructuredDocumentSection[]) => (propsList: { children: any }[]) => any"; readonly typeReferences: readonly [v.GenericSchema]; }>, v.DescriptionAction<(nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any, string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ title?: string | undefined; htmlPath?: string | undefined; sectionDepth?: number | undefined; transformDocumentList?: ((nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any) | undefined; transformSectionList?: ((nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any) | undefined; }, { title?: string | undefined; htmlPath?: string | undefined; sectionDepth?: number | undefined; transformDocumentList?: ((nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any) | undefined; transformSectionList?: ((nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any) | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ title?: string | undefined; htmlPath?: string | undefined; sectionDepth?: number | undefined; transformDocumentList?: ((nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any) | undefined; transformSectionList?: ((nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any) | undefined; }, v.BaseIssue | v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue>; readonly "~types"?: { readonly input: { title?: string | undefined; htmlPath?: string | undefined; sectionDepth?: number | undefined; transformDocumentList?: ((nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any) | undefined; transformSectionList?: ((nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any) | undefined; }; readonly output: { title?: string | undefined; htmlPath?: string | undefined; sectionDepth?: number | undefined; transformDocumentList?: ((nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any) | undefined; transformSectionList?: ((nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any) | undefined; }; readonly issue: v.BaseIssue | v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue; } | undefined; }, v.TitleAction<{ title?: string | undefined; htmlPath?: string | undefined; sectionDepth?: number | undefined; transformDocumentList?: ((nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any) | undefined; transformSectionList?: ((nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any) | undefined; }, "TocConfig">]>, v.BooleanSchema, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction (propsList: { children: any; }[]) => any) | undefined; transformSectionList?: ((nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any) | undefined; }, { title?: string | undefined; htmlPath?: string | undefined; sectionDepth?: number | undefined; transformDocumentList?: ((nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any) | undefined; transformSectionList?: ((nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any) | undefined; } | undefined>, v.DescriptionAction<{ title?: string | undefined; htmlPath?: string | undefined; sectionDepth?: number | undefined; transformDocumentList?: ((nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any) | undefined; transformSectionList?: ((nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any) | undefined; } | undefined, string>]>, undefined>; readonly tocTitle: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.MetadataAction, v.DescriptionAction]>, undefined>; readonly cover: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly src: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: src">; }; readonly "~standard": v.StandardProps<{ src: string; }, { src: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ src: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { src: string; }; readonly output: { src: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.DescriptionAction]>; readonly htmlPath: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.BooleanSchema], undefined>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly name: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly htmlPath: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.BooleanSchema], undefined>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ name?: string | undefined; htmlPath?: string | boolean | undefined; }, { name?: string | undefined; htmlPath?: string | boolean | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ name?: string | undefined; htmlPath?: string | boolean | undefined; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.BooleanIssue | v.UnionIssue | v.BooleanIssue>>; readonly "~types"?: { readonly input: { name?: string | undefined; htmlPath?: string | boolean | undefined; }; readonly output: { name?: string | undefined; htmlPath?: string | boolean | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.BooleanIssue | v.UnionIssue | v.BooleanIssue>; } | undefined; }], undefined>, v.TitleAction<{ src: string; } & { name?: string | undefined; htmlPath?: string | boolean | undefined; }, "CoverConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction<{ src: string; } & { name?: string | undefined; htmlPath?: string | boolean | undefined; }, string>]>, undefined>; readonly timeout: v.OptionalSchema, v.MinValueAction, v.DescriptionAction]>, undefined>; readonly documentProcessor: v.OptionalSchema Processor>, v.MetadataAction<(option: StringifyMarkdownOptions, metadata: Metadata) => Processor, { readonly typeString: "(option: import(\"@vivliostyle/vfm\").StringifyMarkdownOptions, metadata: import(\"@vivliostyle/vfm\").Metadata) => import(\"unified\").Processor"; }>, v.DescriptionAction<(option: StringifyMarkdownOptions, metadata: Metadata) => Processor, string>]>, undefined>; readonly documentMetadataReader: v.OptionalSchema Metadata>, v.MetadataAction<(content: string) => Metadata, { readonly typeString: "(content: string) => import(\"@vivliostyle/vfm\").Metadata"; }>, v.DescriptionAction<(content: string) => Metadata, string>]>, undefined>; readonly vfm: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; readonly partial: v.SchemaWithPipe, v.DescriptionAction]>; readonly title: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly language: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly replace: v.SchemaWithPipe; readonly match: v.SchemaWithPipe Object | string>, v.MetadataAction<(result: RegExpMatchArray, h: any) => Object | string, { readonly typeString: "(result: RegExpMatchArray, h: any) => Object | string"; }>]>; }, undefined>, undefined>, v.DescriptionAction<({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[], string>]>; readonly hardLineBreaks: v.SchemaWithPipe, v.DescriptionAction]>; readonly disableFormatHtml: v.SchemaWithPipe, v.DescriptionAction]>; readonly math: v.SchemaWithPipe, v.DescriptionAction]>; readonly imgFigcaptionOrder: v.SchemaWithPipe, v.LiteralSchema<"figcaption-img", undefined>], undefined>, v.DescriptionAction<"img-figcaption" | "figcaption-img", string>]>; readonly assignIdToFigcaption: v.SchemaWithPipe, v.DescriptionAction]>; readonly footnote: v.SchemaWithPipe, v.LiteralSchema<"dpub", undefined>, v.LiteralSchema<"gcpm", undefined>], undefined>, v.LooseObjectSchema<{ readonly mode: v.UnionSchema<[v.LiteralSchema<"pandoc", undefined>, v.LiteralSchema<"dpub", undefined>, v.LiteralSchema<"gcpm", undefined>], undefined>; }, undefined>], undefined>, v.DescriptionAction<"pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }), string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly style: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; readonly partial: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly title: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly language: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly replace: v.OptionalSchema; readonly match: v.SchemaWithPipe Object | string>, v.MetadataAction<(result: RegExpMatchArray, h: any) => Object | string, { readonly typeString: "(result: RegExpMatchArray, h: any) => Object | string"; }>]>; }, undefined>, undefined>, v.DescriptionAction<({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[], string>]>, undefined>; readonly hardLineBreaks: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly disableFormatHtml: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly math: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly imgFigcaptionOrder: v.OptionalSchema, v.LiteralSchema<"figcaption-img", undefined>], undefined>, v.DescriptionAction<"img-figcaption" | "figcaption-img", string>]>, undefined>; readonly assignIdToFigcaption: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly footnote: v.OptionalSchema, v.LiteralSchema<"dpub", undefined>, v.LiteralSchema<"gcpm", undefined>], undefined>, v.LooseObjectSchema<{ readonly mode: v.UnionSchema<[v.LiteralSchema<"pandoc", undefined>, v.LiteralSchema<"dpub", undefined>, v.LiteralSchema<"gcpm", undefined>], undefined>; }, undefined>], undefined>, v.DescriptionAction<"pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }), string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ style?: string | string[] | undefined; partial?: boolean | undefined; title?: string | undefined; language?: string | undefined; replace?: ({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[] | undefined; hardLineBreaks?: boolean | undefined; disableFormatHtml?: boolean | undefined; math?: boolean | undefined; imgFigcaptionOrder?: "img-figcaption" | "figcaption-img" | undefined; assignIdToFigcaption?: boolean | undefined; footnote?: "pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }) | undefined; } & { [key: string]: unknown; }, { style?: string[] | undefined; partial?: boolean | undefined; title?: string | undefined; language?: string | undefined; replace?: ({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[] | undefined; hardLineBreaks?: boolean | undefined; disableFormatHtml?: boolean | undefined; math?: boolean | undefined; imgFigcaptionOrder?: "img-figcaption" | "figcaption-img" | undefined; assignIdToFigcaption?: boolean | undefined; footnote?: "pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }) | undefined; } & { [key: string]: unknown; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ style?: string[] | undefined; partial?: boolean | undefined; title?: string | undefined; language?: string | undefined; replace?: ({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[] | undefined; hardLineBreaks?: boolean | undefined; disableFormatHtml?: boolean | undefined; math?: boolean | undefined; imgFigcaptionOrder?: "img-figcaption" | "figcaption-img" | undefined; assignIdToFigcaption?: boolean | undefined; footnote?: "pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }) | undefined; } & { [key: string]: unknown; }, v.BaseIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.LooseObjectIssue | v.UnionIssue> | v.LiteralIssue | v.UnionIssue | v.BooleanIssue | v.InstanceIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { style?: string | string[] | undefined; partial?: boolean | undefined; title?: string | undefined; language?: string | undefined; replace?: ({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[] | undefined; hardLineBreaks?: boolean | undefined; disableFormatHtml?: boolean | undefined; math?: boolean | undefined; imgFigcaptionOrder?: "img-figcaption" | "figcaption-img" | undefined; assignIdToFigcaption?: boolean | undefined; footnote?: "pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }) | undefined; } & { [key: string]: unknown; }; readonly output: { style?: string[] | undefined; partial?: boolean | undefined; title?: string | undefined; language?: string | undefined; replace?: ({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[] | undefined; hardLineBreaks?: boolean | undefined; disableFormatHtml?: boolean | undefined; math?: boolean | undefined; imgFigcaptionOrder?: "img-figcaption" | "figcaption-img" | undefined; assignIdToFigcaption?: boolean | undefined; footnote?: "pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }) | undefined; } & { [key: string]: unknown; }; readonly issue: v.BaseIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.LooseObjectIssue | v.UnionIssue> | v.LiteralIssue | v.UnionIssue | v.BooleanIssue | v.InstanceIssue | v.UnionIssue>; } | undefined; }, v.TitleAction<{ style?: string[] | undefined; partial?: boolean | undefined; title?: string | undefined; language?: string | undefined; replace?: ({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[] | undefined; hardLineBreaks?: boolean | undefined; disableFormatHtml?: boolean | undefined; math?: boolean | undefined; imgFigcaptionOrder?: "img-figcaption" | "figcaption-img" | undefined; assignIdToFigcaption?: boolean | undefined; footnote?: "pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }) | undefined; } & { [key: string]: unknown; }, "VfmConfig">]>], undefined>, v.DescriptionAction<{ style?: string[] | undefined; partial?: boolean | undefined; title?: string | undefined; language?: string | undefined; replace?: ({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[] | undefined; hardLineBreaks?: boolean | undefined; disableFormatHtml?: boolean | undefined; math?: boolean | undefined; imgFigcaptionOrder?: "img-figcaption" | "figcaption-img" | undefined; assignIdToFigcaption?: boolean | undefined; footnote?: "pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }) | undefined; } & { [key: string]: unknown; }, string>]>, undefined>; readonly image: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.CheckAction, v.DescriptionAction]>, undefined>; readonly http: v.OptionalSchema, v.MetadataAction, v.DescriptionAction]>, undefined>; readonly viewer: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly viewerParam: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly browser: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.CheckAction, v.TransformAction, v.DescriptionAction<{ type: BrowserType; tag?: string; }, string>]>, undefined>; readonly base: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.RegexAction, v.CheckAction, v.TransformAction, v.DescriptionAction]>, undefined>; readonly server: v.OptionalSchema, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.DescriptionAction]>; readonly port: v.SchemaWithPipe, v.MinValueAction, v.MaxValueAction, v.DescriptionAction]>; readonly proxy: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.UnionSchema<[v.SchemaWithPipe, v.MetadataAction]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.DescriptionAction<{ [x: string]: string | vite.ProxyOptions; }, string>]>; readonly allowedHosts: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.BooleanSchema], undefined>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly host: v.OptionalSchema, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.DescriptionAction]>, undefined>; readonly port: v.OptionalSchema, v.MinValueAction, v.MaxValueAction, v.DescriptionAction]>, undefined>; readonly proxy: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.UnionSchema<[v.SchemaWithPipe, v.MetadataAction]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.DescriptionAction<{ [x: string]: string | vite.ProxyOptions; }, string>]>, undefined>; readonly allowedHosts: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.BooleanSchema], undefined>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ host?: string | boolean | undefined; port?: number | undefined; proxy?: { [x: string]: string | vite.ProxyOptions; } | undefined; allowedHosts?: boolean | string[] | undefined; }, { host?: string | boolean | undefined; port?: number | undefined; proxy?: { [x: string]: string | vite.ProxyOptions; } | undefined; allowedHosts?: boolean | string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ host?: string | boolean | undefined; port?: number | undefined; proxy?: { [x: string]: string | vite.ProxyOptions; } | undefined; allowedHosts?: boolean | string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.MinValueIssue | v.BooleanIssue | v.UnionIssue | v.BooleanIssue> | v.MaxValueIssue | v.RecordIssue | v.CustomIssue | v.UnionIssue | v.CustomIssue> | v.UnionIssue | v.BooleanIssue>>; readonly "~types"?: { readonly input: { host?: string | boolean | undefined; port?: number | undefined; proxy?: { [x: string]: string | vite.ProxyOptions; } | undefined; allowedHosts?: boolean | string[] | undefined; }; readonly output: { host?: string | boolean | undefined; port?: number | undefined; proxy?: { [x: string]: string | vite.ProxyOptions; } | undefined; allowedHosts?: boolean | string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.MinValueIssue | v.BooleanIssue | v.UnionIssue | v.BooleanIssue> | v.MaxValueIssue | v.RecordIssue | v.CustomIssue | v.UnionIssue | v.CustomIssue> | v.UnionIssue | v.BooleanIssue>; } | undefined; }, v.TitleAction<{ host?: string | boolean | undefined; port?: number | undefined; proxy?: { [x: string]: string | vite.ProxyOptions; } | undefined; allowedHosts?: boolean | string[] | undefined; }, "ServerConfig">]>], undefined>, v.DescriptionAction<{ host?: string | boolean | undefined; port?: number | undefined; proxy?: { [x: string]: string | vite.ProxyOptions; } | undefined; allowedHosts?: boolean | string[] | undefined; }, string>]>, undefined>; readonly static: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.RegexAction, v.TransformAction]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, undefined>, v.DescriptionAction<{ [x: string]: string[]; }, string>, v.TransformAction<{ [x: string]: string[]; }, { [x: string]: string[]; }>]>, undefined>; readonly temporaryFilePrefix: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly vite: v.OptionalSchema, v.MetadataAction, v.DescriptionAction]>, undefined>; readonly viteConfigFile: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.BooleanSchema], undefined>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ title?: string | undefined; author?: string | undefined; theme?: string | ({ specifier: string; } & { import?: string | string[] | undefined; }) | (string | ({ specifier: string; } & { import?: string | string[] | undefined; }))[] | undefined; entryContext?: string | undefined; output?: string | ({ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }) | (string | ({ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }))[] | undefined; workspaceDir?: string | undefined; includeAssets?: string | string[] | undefined; copyAsset?: { includes?: string[] | undefined; excludes?: string[] | undefined; includeFileExtensions?: string[] | undefined; excludeFileExtensions?: string[] | undefined; } | undefined; size?: string | undefined; pressReady?: boolean | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; language?: string | undefined; readingProgression?: "ltr" | "rtl" | undefined; toc?: string | boolean | { title?: string | undefined; htmlPath?: string | undefined; sectionDepth?: number | undefined; transformDocumentList?: ((nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any) | undefined; transformSectionList?: ((nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any) | undefined; } | undefined; tocTitle?: string | undefined; cover?: string | ({ src: string; } & { name?: string | undefined; htmlPath?: string | boolean | undefined; }) | undefined; timeout?: number | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; vfm?: ({ style?: string | string[] | undefined; partial?: boolean | undefined; title?: string | undefined; language?: string | undefined; replace?: ({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[] | undefined; hardLineBreaks?: boolean | undefined; disableFormatHtml?: boolean | undefined; math?: boolean | undefined; imgFigcaptionOrder?: "img-figcaption" | "figcaption-img" | undefined; assignIdToFigcaption?: boolean | undefined; footnote?: "pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }) | undefined; } & { [key: string]: unknown; }) | undefined; image?: string | undefined; http?: boolean | undefined; viewer?: string | undefined; viewerParam?: string | undefined; browser?: string | undefined; base?: string | undefined; server?: { host?: string | boolean | undefined; port?: number | undefined; proxy?: { [x: string]: string | vite.ProxyOptions; } | undefined; allowedHosts?: boolean | string[] | undefined; } | undefined; static?: { [x: string]: string | string[]; } | undefined; temporaryFilePrefix?: string | undefined; vite?: vite.UserConfig | undefined; viteConfigFile?: string | boolean | undefined; }, { title?: string | undefined; author?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; entryContext?: string | undefined; output?: ({ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; } & { format: OutputFormat; })[] | undefined; workspaceDir?: string | undefined; includeAssets?: string[] | undefined; copyAsset?: { includes?: string[] | undefined; excludes?: string[] | undefined; includeFileExtensions?: string[] | undefined; excludeFileExtensions?: string[] | undefined; } | undefined; size?: string | undefined; pressReady?: boolean | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; language?: string | undefined; readingProgression?: "ltr" | "rtl" | undefined; toc?: { title?: string | undefined; htmlPath?: string | undefined; sectionDepth?: number | undefined; transformDocumentList?: ((nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any) | undefined; transformSectionList?: ((nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any) | undefined; } | undefined; tocTitle?: string | undefined; cover?: ({ src: string; } & { name?: string | undefined; htmlPath?: string | boolean | undefined; }) | undefined; timeout?: number | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; vfm?: ({ style?: string[] | undefined; partial?: boolean | undefined; title?: string | undefined; language?: string | undefined; replace?: ({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[] | undefined; hardLineBreaks?: boolean | undefined; disableFormatHtml?: boolean | undefined; math?: boolean | undefined; imgFigcaptionOrder?: "img-figcaption" | "figcaption-img" | undefined; assignIdToFigcaption?: boolean | undefined; footnote?: "pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }) | undefined; } & { [key: string]: unknown; }) | undefined; image?: string | undefined; http?: boolean | undefined; viewer?: string | undefined; viewerParam?: string | undefined; browser?: { type: BrowserType; tag?: string; } | undefined; base?: string | undefined; server?: { host?: string | boolean | undefined; port?: number | undefined; proxy?: { [x: string]: string | vite.ProxyOptions; } | undefined; allowedHosts?: boolean | string[] | undefined; } | undefined; static?: { [x: string]: string[]; } | undefined; temporaryFilePrefix?: string | undefined; vite?: vite.UserConfig | undefined; viteConfigFile?: string | boolean | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ title?: string | undefined; author?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; entryContext?: string | undefined; output?: ({ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; } & { format: OutputFormat; })[] | undefined; workspaceDir?: string | undefined; includeAssets?: string[] | undefined; copyAsset?: { includes?: string[] | undefined; excludes?: string[] | undefined; includeFileExtensions?: string[] | undefined; excludeFileExtensions?: string[] | undefined; } | undefined; size?: string | undefined; pressReady?: boolean | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; language?: string | undefined; readingProgression?: "ltr" | "rtl" | undefined; toc?: { title?: string | undefined; htmlPath?: string | undefined; sectionDepth?: number | undefined; transformDocumentList?: ((nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any) | undefined; transformSectionList?: ((nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any) | undefined; } | undefined; tocTitle?: string | undefined; cover?: ({ src: string; } & { name?: string | undefined; htmlPath?: string | boolean | undefined; }) | undefined; timeout?: number | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; vfm?: ({ style?: string[] | undefined; partial?: boolean | undefined; title?: string | undefined; language?: string | undefined; replace?: ({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[] | undefined; hardLineBreaks?: boolean | undefined; disableFormatHtml?: boolean | undefined; math?: boolean | undefined; imgFigcaptionOrder?: "img-figcaption" | "figcaption-img" | undefined; assignIdToFigcaption?: boolean | undefined; footnote?: "pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }) | undefined; } & { [key: string]: unknown; }) | undefined; image?: string | undefined; http?: boolean | undefined; viewer?: string | undefined; viewerParam?: string | undefined; browser?: { type: BrowserType; tag?: string; } | undefined; base?: string | undefined; server?: { host?: string | boolean | undefined; port?: number | undefined; proxy?: { [x: string]: string | vite.ProxyOptions; } | undefined; allowedHosts?: boolean | string[] | undefined; } | undefined; static?: { [x: string]: string[]; } | undefined; temporaryFilePrefix?: string | undefined; vite?: vite.UserConfig | undefined; viteConfigFile?: string | boolean | undefined; }, v.BaseIssue | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.LooseObjectIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>> | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue> | v.UnionIssue> | v.CheckIssue | v.CheckIssue | v.MaxValueIssue | v.UnionIssue | v.BooleanIssue> | v.MaxValueIssue | v.RecordIssue | v.CustomIssue | v.UnionIssue | v.CustomIssue> | v.UnionIssue | v.BooleanIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>> | v.UnionIssue | v.CheckIssue> | v.UnionIssue | v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.BooleanIssue | v.MaxValueIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.BooleanIssue | v.UnionIssue | v.BooleanIssue>> | v.UnionIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.LooseObjectIssue | v.UnionIssue> | v.LiteralIssue | v.UnionIssue | v.BooleanIssue | v.InstanceIssue | v.UnionIssue>> | v.UnionIssue | v.MinValueIssue | v.BooleanIssue | v.UnionIssue | v.BooleanIssue> | v.MaxValueIssue | v.RecordIssue | v.CustomIssue | v.UnionIssue | v.CustomIssue> | v.UnionIssue | v.BooleanIssue>>>; readonly "~types"?: { readonly input: { title?: string | undefined; author?: string | undefined; theme?: string | ({ specifier: string; } & { import?: string | string[] | undefined; }) | (string | ({ specifier: string; } & { import?: string | string[] | undefined; }))[] | undefined; entryContext?: string | undefined; output?: string | ({ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }) | (string | ({ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }))[] | undefined; workspaceDir?: string | undefined; includeAssets?: string | string[] | undefined; copyAsset?: { includes?: string[] | undefined; excludes?: string[] | undefined; includeFileExtensions?: string[] | undefined; excludeFileExtensions?: string[] | undefined; } | undefined; size?: string | undefined; pressReady?: boolean | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; language?: string | undefined; readingProgression?: "ltr" | "rtl" | undefined; toc?: string | boolean | { title?: string | undefined; htmlPath?: string | undefined; sectionDepth?: number | undefined; transformDocumentList?: ((nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any) | undefined; transformSectionList?: ((nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any) | undefined; } | undefined; tocTitle?: string | undefined; cover?: string | ({ src: string; } & { name?: string | undefined; htmlPath?: string | boolean | undefined; }) | undefined; timeout?: number | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; vfm?: ({ style?: string | string[] | undefined; partial?: boolean | undefined; title?: string | undefined; language?: string | undefined; replace?: ({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[] | undefined; hardLineBreaks?: boolean | undefined; disableFormatHtml?: boolean | undefined; math?: boolean | undefined; imgFigcaptionOrder?: "img-figcaption" | "figcaption-img" | undefined; assignIdToFigcaption?: boolean | undefined; footnote?: "pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }) | undefined; } & { [key: string]: unknown; }) | undefined; image?: string | undefined; http?: boolean | undefined; viewer?: string | undefined; viewerParam?: string | undefined; browser?: string | undefined; base?: string | undefined; server?: { host?: string | boolean | undefined; port?: number | undefined; proxy?: { [x: string]: string | vite.ProxyOptions; } | undefined; allowedHosts?: boolean | string[] | undefined; } | undefined; static?: { [x: string]: string | string[]; } | undefined; temporaryFilePrefix?: string | undefined; vite?: vite.UserConfig | undefined; viteConfigFile?: string | boolean | undefined; }; readonly output: { title?: string | undefined; author?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; entryContext?: string | undefined; output?: ({ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; } & { format: OutputFormat; })[] | undefined; workspaceDir?: string | undefined; includeAssets?: string[] | undefined; copyAsset?: { includes?: string[] | undefined; excludes?: string[] | undefined; includeFileExtensions?: string[] | undefined; excludeFileExtensions?: string[] | undefined; } | undefined; size?: string | undefined; pressReady?: boolean | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; language?: string | undefined; readingProgression?: "ltr" | "rtl" | undefined; toc?: { title?: string | undefined; htmlPath?: string | undefined; sectionDepth?: number | undefined; transformDocumentList?: ((nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any) | undefined; transformSectionList?: ((nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any) | undefined; } | undefined; tocTitle?: string | undefined; cover?: ({ src: string; } & { name?: string | undefined; htmlPath?: string | boolean | undefined; }) | undefined; timeout?: number | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; vfm?: ({ style?: string[] | undefined; partial?: boolean | undefined; title?: string | undefined; language?: string | undefined; replace?: ({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[] | undefined; hardLineBreaks?: boolean | undefined; disableFormatHtml?: boolean | undefined; math?: boolean | undefined; imgFigcaptionOrder?: "img-figcaption" | "figcaption-img" | undefined; assignIdToFigcaption?: boolean | undefined; footnote?: "pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }) | undefined; } & { [key: string]: unknown; }) | undefined; image?: string | undefined; http?: boolean | undefined; viewer?: string | undefined; viewerParam?: string | undefined; browser?: { type: BrowserType; tag?: string; } | undefined; base?: string | undefined; server?: { host?: string | boolean | undefined; port?: number | undefined; proxy?: { [x: string]: string | vite.ProxyOptions; } | undefined; allowedHosts?: boolean | string[] | undefined; } | undefined; static?: { [x: string]: string[]; } | undefined; temporaryFilePrefix?: string | undefined; vite?: vite.UserConfig | undefined; viteConfigFile?: string | boolean | undefined; }; readonly issue: v.BaseIssue | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.LooseObjectIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>> | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue> | v.UnionIssue> | v.CheckIssue | v.CheckIssue | v.MaxValueIssue | v.UnionIssue | v.BooleanIssue> | v.MaxValueIssue | v.RecordIssue | v.CustomIssue | v.UnionIssue | v.CustomIssue> | v.UnionIssue | v.BooleanIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>> | v.UnionIssue | v.CheckIssue> | v.UnionIssue | v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.BooleanIssue | v.MaxValueIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.BooleanIssue | v.UnionIssue | v.BooleanIssue>> | v.UnionIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.LooseObjectIssue | v.UnionIssue> | v.LiteralIssue | v.UnionIssue | v.BooleanIssue | v.InstanceIssue | v.UnionIssue>> | v.UnionIssue | v.MinValueIssue | v.BooleanIssue | v.UnionIssue | v.BooleanIssue> | v.MaxValueIssue | v.RecordIssue | v.CustomIssue | v.UnionIssue | v.CustomIssue> | v.UnionIssue | v.BooleanIssue>>; } | undefined; }], undefined>, v.TitleAction<{ entry: ({ path: string; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; encodingFormat?: string | undefined; rel?: string[] | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; } | { rel: "contents"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; pageCounterReset?: number | undefined; } | { rel: "cover"; path?: string | undefined; output?: string | undefined; title?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; imageSrc?: string | undefined; imageAlt?: string | undefined; pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined; })[]; } & { title?: string | undefined; author?: string | undefined; theme?: ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; entryContext?: string | undefined; output?: ({ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; } & { format: OutputFormat; })[] | undefined; workspaceDir?: string | undefined; includeAssets?: string[] | undefined; copyAsset?: { includes?: string[] | undefined; excludes?: string[] | undefined; includeFileExtensions?: string[] | undefined; excludeFileExtensions?: string[] | undefined; } | undefined; size?: string | undefined; pressReady?: boolean | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; language?: string | undefined; readingProgression?: "ltr" | "rtl" | undefined; toc?: { title?: string | undefined; htmlPath?: string | undefined; sectionDepth?: number | undefined; transformDocumentList?: ((nodeList: StructuredDocument[]) => (propsList: { children: any; }[]) => any) | undefined; transformSectionList?: ((nodeList: StructuredDocumentSection[]) => (propsList: { children: any; }[]) => any) | undefined; } | undefined; tocTitle?: string | undefined; cover?: ({ src: string; } & { name?: string | undefined; htmlPath?: string | boolean | undefined; }) | undefined; timeout?: number | undefined; documentProcessor?: ((option: StringifyMarkdownOptions, metadata: Metadata) => Processor) | undefined; documentMetadataReader?: ((content: string) => Metadata) | undefined; vfm?: ({ style?: string[] | undefined; partial?: boolean | undefined; title?: string | undefined; language?: string | undefined; replace?: ({ test: RegExp; match: (result: RegExpMatchArray, h: any) => Object | string; } & { [key: string]: unknown; })[] | undefined; hardLineBreaks?: boolean | undefined; disableFormatHtml?: boolean | undefined; math?: boolean | undefined; imgFigcaptionOrder?: "img-figcaption" | "figcaption-img" | undefined; assignIdToFigcaption?: boolean | undefined; footnote?: "pandoc" | "dpub" | "gcpm" | ({ mode: "pandoc" | "dpub" | "gcpm"; } & { [key: string]: unknown; }) | undefined; } & { [key: string]: unknown; }) | undefined; image?: string | undefined; http?: boolean | undefined; viewer?: string | undefined; viewerParam?: string | undefined; browser?: { type: BrowserType; tag?: string; } | undefined; base?: string | undefined; server?: { host?: string | boolean | undefined; port?: number | undefined; proxy?: { [x: string]: string | vite.ProxyOptions; } | undefined; allowedHosts?: boolean | string[] | undefined; } | undefined; static?: { [x: string]: string[]; } | undefined; temporaryFilePrefix?: string | undefined; vite?: vite.UserConfig | undefined; viteConfigFile?: string | boolean | undefined; }, "BuildTask">]>; type BuildTask = v.InferInput; type ParsedBuildTask = v.InferOutput; type ParsedVivliostyleConfigSchema = { tasks: ParsedBuildTask[]; inlineOptions: InlineOptions; }; /** * @see https://github.com/vivliostyle/vivliostyle-cli/blob/main/docs/config.md */ type VivliostyleConfigSchema = BuildTask[] | BuildTask; /** @hidden */ declare const VivliostyleConfigSchema: v.GenericSchema; type InputFormat = 'markdown' | 'webbook' | 'pub-manifest' | 'epub' | 'epub-opf'; declare const VivliostyleInlineConfigWithoutChecks: Omit, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly config: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly configData: v.SchemaWithPipe, v.MetadataAction, v.DescriptionAction]>; readonly input: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.TransformAction, v.DescriptionAction<{ format: InputFormat; entry: string; }, string>]>; readonly output: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly path: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: path">; }; readonly "~standard": v.StandardProps<{ path: string; }, { path: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ path: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { path: string; }; readonly output: { path: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>; readonly renderMode: v.SchemaWithPipe, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>; /** @deprecated */ readonly preflight: v.SchemaWithPipe, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.MetadataAction<"press-ready" | "press-ready-local", { readonly deprecated: true; }>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; /** @deprecated */ readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.MetadataAction, v.DescriptionAction]>; readonly pdfPostprocess: v.SchemaWithPipe, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly cmyk: v.SchemaWithPipe, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>; readonly replaceImage: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>, undefined>; readonly cmyk: v.OptionalSchema, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>, undefined>; readonly replaceImage: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly output: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }, v.TitleAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, "PdfPostprocessConfig">, v.DescriptionAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly format: v.OptionalSchema, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>, undefined>; readonly renderMode: v.OptionalSchema, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>; readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.MetadataAction<"press-ready" | "press-ready-local", { readonly deprecated: true; }>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.MetadataAction, v.DescriptionAction]>, undefined>; readonly pdfPostprocess: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly cmyk: v.SchemaWithPipe, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>; readonly replaceImage: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>, undefined>; readonly cmyk: v.OptionalSchema, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>, undefined>; readonly replaceImage: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly output: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }, v.TitleAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, "PdfPostprocessConfig">, v.DescriptionAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }; readonly output: { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }], undefined>, v.TitleAction<{ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, "OutputConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly path: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: path">; }; readonly "~standard": v.StandardProps<{ path: string; }, { path: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ path: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { path: string; }; readonly output: { path: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>; readonly renderMode: v.SchemaWithPipe, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>; /** @deprecated */ readonly preflight: v.SchemaWithPipe, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.MetadataAction<"press-ready" | "press-ready-local", { readonly deprecated: true; }>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; /** @deprecated */ readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.MetadataAction, v.DescriptionAction]>; readonly pdfPostprocess: v.SchemaWithPipe, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly cmyk: v.SchemaWithPipe, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>; readonly replaceImage: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>, undefined>; readonly cmyk: v.OptionalSchema, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>, undefined>; readonly replaceImage: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly output: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }, v.TitleAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, "PdfPostprocessConfig">, v.DescriptionAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly format: v.OptionalSchema, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>, undefined>; readonly renderMode: v.OptionalSchema, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>; readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.MetadataAction<"press-ready" | "press-ready-local", { readonly deprecated: true; }>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.MetadataAction, v.DescriptionAction]>, undefined>; readonly pdfPostprocess: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly cmyk: v.SchemaWithPipe, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>; readonly replaceImage: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>, undefined>; readonly cmyk: v.OptionalSchema, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>, undefined>; readonly replaceImage: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly output: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }, v.TitleAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, "PdfPostprocessConfig">, v.DescriptionAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }; readonly output: { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }], undefined>, v.TitleAction<{ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, "OutputConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction<({ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; } & { format: OutputFormat; })[], string>]>; readonly theme: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, v.LiteralSchema], undefined>, v.DescriptionAction]>; readonly size: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly cropMarks: v.SchemaWithPipe, v.DescriptionAction]>; readonly bleed: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly cropOffset: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly css: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly style: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly userStyle: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly singleDoc: v.SchemaWithPipe, v.DescriptionAction]>; readonly quick: v.SchemaWithPipe, v.DescriptionAction]>; readonly pressReady: v.SchemaWithPipe, v.DescriptionAction]>; readonly title: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly author: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly language: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly readingProgression: v.SchemaWithPipe, v.LiteralSchema<"rtl", undefined>], undefined>, v.DescriptionAction<"ltr" | "rtl", string>]>; readonly timeout: v.SchemaWithPipe, v.MinValueAction, v.DescriptionAction]>; readonly renderMode: v.SchemaWithPipe, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>; readonly preflight: v.SchemaWithPipe, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; readonly cmyk: v.SchemaWithPipe, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>; readonly sandbox: v.SchemaWithPipe, v.DescriptionAction]>; readonly executableBrowser: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly image: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly viewer: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly viewerParam: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly browser: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.CheckAction, v.TransformAction, v.DescriptionAction<{ type: BrowserType; tag?: string; }, string>]>; readonly proxyServer: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly proxyBypass: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly proxyUser: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly proxyPass: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly logLevel: v.SchemaWithPipe, v.LiteralSchema<"info", undefined>, v.LiteralSchema<"verbose", undefined>, v.LiteralSchema<"debug", undefined>], undefined>, v.DescriptionAction<"info" | "silent" | "verbose" | "debug", string>]>; readonly ignoreHttpsErrors: v.SchemaWithPipe, v.DescriptionAction]>; readonly openViewer: v.SchemaWithPipe, v.DescriptionAction]>; readonly enableStaticServe: v.SchemaWithPipe, v.DescriptionAction]>; readonly enableViewerStartPage: v.SchemaWithPipe, v.DescriptionAction]>; readonly vite: v.SchemaWithPipe, v.MetadataAction, v.DescriptionAction]>; readonly viteConfigFile: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.BooleanSchema], undefined>, v.DescriptionAction]>; readonly host: v.SchemaWithPipe, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.DescriptionAction]>; readonly port: v.SchemaWithPipe, v.MinValueAction, v.MaxValueAction, v.DescriptionAction]>; readonly logger: v.SchemaWithPipe, v.MetadataAction, v.DescriptionAction]>; readonly disableServerStartup: v.SchemaWithPipe, v.DescriptionAction]>; readonly projectPath: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly template: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly createConfigFileOnly: v.SchemaWithPipe, v.DescriptionAction]>; readonly installDependencies: v.SchemaWithPipe, v.DescriptionAction]>; readonly stdin: v.SchemaWithPipe, v.MetadataAction, v.DescriptionAction]>; readonly stdout: v.SchemaWithPipe, v.MetadataAction, v.DescriptionAction]>; readonly stderr: v.SchemaWithPipe, v.MetadataAction, v.DescriptionAction]>; readonly signal: v.SchemaWithPipe, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly cwd: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly config: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly configData: v.OptionalSchema, v.MetadataAction, v.DescriptionAction]>, undefined>; readonly input: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.TransformAction, v.DescriptionAction<{ format: InputFormat; entry: string; }, string>]>, undefined>; readonly output: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly path: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: path">; }; readonly "~standard": v.StandardProps<{ path: string; }, { path: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ path: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { path: string; }; readonly output: { path: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>; readonly renderMode: v.SchemaWithPipe, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>; /** @deprecated */ readonly preflight: v.SchemaWithPipe, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.MetadataAction<"press-ready" | "press-ready-local", { readonly deprecated: true; }>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; /** @deprecated */ readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.MetadataAction, v.DescriptionAction]>; readonly pdfPostprocess: v.SchemaWithPipe, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly cmyk: v.SchemaWithPipe, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>; readonly replaceImage: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>, undefined>; readonly cmyk: v.OptionalSchema, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>, undefined>; readonly replaceImage: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly output: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }, v.TitleAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, "PdfPostprocessConfig">, v.DescriptionAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly format: v.OptionalSchema, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>, undefined>; readonly renderMode: v.OptionalSchema, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>; readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.MetadataAction<"press-ready" | "press-ready-local", { readonly deprecated: true; }>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.MetadataAction, v.DescriptionAction]>, undefined>; readonly pdfPostprocess: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly cmyk: v.SchemaWithPipe, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>; readonly replaceImage: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>, undefined>; readonly cmyk: v.OptionalSchema, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>, undefined>; readonly replaceImage: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly output: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }, v.TitleAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, "PdfPostprocessConfig">, v.DescriptionAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }; readonly output: { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }], undefined>, v.TitleAction<{ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, "OutputConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly path: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: path">; }; readonly "~standard": v.StandardProps<{ path: string; }, { path: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ path: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { path: string; }; readonly output: { path: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>; readonly renderMode: v.SchemaWithPipe, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>; /** @deprecated */ readonly preflight: v.SchemaWithPipe, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.MetadataAction<"press-ready" | "press-ready-local", { readonly deprecated: true; }>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; /** @deprecated */ readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.MetadataAction, v.DescriptionAction]>; readonly pdfPostprocess: v.SchemaWithPipe, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly cmyk: v.SchemaWithPipe, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>; readonly replaceImage: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>, undefined>; readonly cmyk: v.OptionalSchema, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>, undefined>; readonly replaceImage: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly output: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }, v.TitleAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, "PdfPostprocessConfig">, v.DescriptionAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly format: v.OptionalSchema, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>, undefined>; readonly renderMode: v.OptionalSchema, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>; readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.MetadataAction<"press-ready" | "press-ready-local", { readonly deprecated: true; }>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.MetadataAction, v.DescriptionAction]>, undefined>; readonly pdfPostprocess: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly cmyk: v.SchemaWithPipe, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>; readonly replaceImage: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>, undefined>; readonly cmyk: v.OptionalSchema, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>, undefined>; readonly replaceImage: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly output: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }, v.TitleAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, "PdfPostprocessConfig">, v.DescriptionAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }; readonly output: { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }], undefined>, v.TitleAction<{ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, "OutputConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction<({ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; } & { format: OutputFormat; })[], string>]>, undefined>; readonly theme: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, v.LiteralSchema], undefined>, v.DescriptionAction]>, undefined>; readonly size: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly cropMarks: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly bleed: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly cropOffset: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly css: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly style: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly userStyle: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly singleDoc: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly quick: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly pressReady: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly title: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly author: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly language: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly readingProgression: v.OptionalSchema, v.LiteralSchema<"rtl", undefined>], undefined>, v.DescriptionAction<"ltr" | "rtl", string>]>, undefined>; readonly timeout: v.OptionalSchema, v.MinValueAction, v.DescriptionAction]>, undefined>; readonly renderMode: v.OptionalSchema, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>; readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; readonly cmyk: v.OptionalSchema, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>, undefined>; readonly sandbox: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly executableBrowser: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly image: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly viewer: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly viewerParam: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly browser: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.CheckAction, v.TransformAction, v.DescriptionAction<{ type: BrowserType; tag?: string; }, string>]>, undefined>; readonly proxyServer: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly proxyBypass: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly proxyUser: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly proxyPass: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly logLevel: v.OptionalSchema, v.LiteralSchema<"info", undefined>, v.LiteralSchema<"verbose", undefined>, v.LiteralSchema<"debug", undefined>], undefined>, v.DescriptionAction<"info" | "silent" | "verbose" | "debug", string>]>, undefined>; readonly ignoreHttpsErrors: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly openViewer: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly enableStaticServe: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly enableViewerStartPage: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly vite: v.OptionalSchema, v.MetadataAction, v.DescriptionAction]>, undefined>; readonly viteConfigFile: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.BooleanSchema], undefined>, v.DescriptionAction]>, undefined>; readonly host: v.OptionalSchema, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.DescriptionAction]>, undefined>; readonly port: v.OptionalSchema, v.MinValueAction, v.MaxValueAction, v.DescriptionAction]>, undefined>; readonly logger: v.OptionalSchema, v.MetadataAction, v.DescriptionAction]>, undefined>; readonly disableServerStartup: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly projectPath: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly template: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly createConfigFileOnly: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly installDependencies: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly stdin: v.OptionalSchema, v.MetadataAction, v.DescriptionAction]>, undefined>; readonly stdout: v.OptionalSchema, v.MetadataAction, v.DescriptionAction]>, undefined>; readonly stderr: v.OptionalSchema, v.MetadataAction, v.DescriptionAction]>, undefined>; readonly signal: v.OptionalSchema, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ cwd?: string | undefined; config?: string | undefined; configData?: VivliostyleConfigSchema | null | undefined; input?: string | undefined; output?: string | ({ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }) | (string | ({ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }))[] | undefined; theme?: string | false | ({ specifier: string; } & { import?: string | string[] | undefined; }) | (string | ({ specifier: string; } & { import?: string | string[] | undefined; }))[] | undefined; size?: string | undefined; cropMarks?: boolean | undefined; bleed?: string | undefined; cropOffset?: string | undefined; css?: string | undefined; style?: string | undefined; userStyle?: string | undefined; singleDoc?: boolean | undefined; quick?: boolean | undefined; pressReady?: boolean | undefined; title?: string | undefined; author?: string | undefined; language?: string | undefined; readingProgression?: "ltr" | "rtl" | undefined; timeout?: number | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string | string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; sandbox?: boolean | undefined; executableBrowser?: string | undefined; image?: string | undefined; viewer?: string | undefined; viewerParam?: string | undefined; browser?: string | undefined; proxyServer?: string | undefined; proxyBypass?: string | undefined; proxyUser?: string | undefined; proxyPass?: string | undefined; logLevel?: "info" | "silent" | "verbose" | "debug" | undefined; ignoreHttpsErrors?: boolean | undefined; openViewer?: boolean | undefined; enableStaticServe?: boolean | undefined; enableViewerStartPage?: boolean | undefined; vite?: vite.UserConfig | undefined; viteConfigFile?: string | boolean | undefined; host?: string | boolean | undefined; port?: number | undefined; logger?: LoggerInterface | undefined; disableServerStartup?: boolean | undefined; projectPath?: string | undefined; template?: string | undefined; createConfigFileOnly?: boolean | undefined; installDependencies?: boolean | undefined; stdin?: stream.Readable | undefined; stdout?: stream.Writable | undefined; stderr?: stream.Writable | undefined; signal?: AbortSignal | undefined; }, { cwd?: string | undefined; config?: string | undefined; configData?: VivliostyleConfigSchema | null | undefined; input?: { format: InputFormat; entry: string; } | undefined; output?: ({ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; } & { format: OutputFormat; })[] | undefined; theme?: false | ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; size?: string | undefined; cropMarks?: boolean | undefined; bleed?: string | undefined; cropOffset?: string | undefined; css?: string | undefined; style?: string | undefined; userStyle?: string | undefined; singleDoc?: boolean | undefined; quick?: boolean | undefined; pressReady?: boolean | undefined; title?: string | undefined; author?: string | undefined; language?: string | undefined; readingProgression?: "ltr" | "rtl" | undefined; timeout?: number | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; sandbox?: boolean | undefined; executableBrowser?: string | undefined; image?: string | undefined; viewer?: string | undefined; viewerParam?: string | undefined; browser?: { type: BrowserType; tag?: string; } | undefined; proxyServer?: string | undefined; proxyBypass?: string | undefined; proxyUser?: string | undefined; proxyPass?: string | undefined; logLevel?: "info" | "silent" | "verbose" | "debug" | undefined; ignoreHttpsErrors?: boolean | undefined; openViewer?: boolean | undefined; enableStaticServe?: boolean | undefined; enableViewerStartPage?: boolean | undefined; vite?: vite.UserConfig | undefined; viteConfigFile?: string | boolean | undefined; host?: string | boolean | undefined; port?: number | undefined; logger?: LoggerInterface | undefined; disableServerStartup?: boolean | undefined; projectPath?: string | undefined; template?: string | undefined; createConfigFileOnly?: boolean | undefined; installDependencies?: boolean | undefined; stdin?: stream.Readable | undefined; stdout?: stream.Writable | undefined; stderr?: stream.Writable | undefined; signal?: AbortSignal | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ cwd?: string | undefined; config?: string | undefined; configData?: VivliostyleConfigSchema | null | undefined; input?: { format: InputFormat; entry: string; } | undefined; output?: ({ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; } & { format: OutputFormat; })[] | undefined; theme?: false | ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; size?: string | undefined; cropMarks?: boolean | undefined; bleed?: string | undefined; cropOffset?: string | undefined; css?: string | undefined; style?: string | undefined; userStyle?: string | undefined; singleDoc?: boolean | undefined; quick?: boolean | undefined; pressReady?: boolean | undefined; title?: string | undefined; author?: string | undefined; language?: string | undefined; readingProgression?: "ltr" | "rtl" | undefined; timeout?: number | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; sandbox?: boolean | undefined; executableBrowser?: string | undefined; image?: string | undefined; viewer?: string | undefined; viewerParam?: string | undefined; browser?: { type: BrowserType; tag?: string; } | undefined; proxyServer?: string | undefined; proxyBypass?: string | undefined; proxyUser?: string | undefined; proxyPass?: string | undefined; logLevel?: "info" | "silent" | "verbose" | "debug" | undefined; ignoreHttpsErrors?: boolean | undefined; openViewer?: boolean | undefined; enableStaticServe?: boolean | undefined; enableViewerStartPage?: boolean | undefined; vite?: vite.UserConfig | undefined; viteConfigFile?: string | boolean | undefined; host?: string | boolean | undefined; port?: number | undefined; logger?: LoggerInterface | undefined; disableServerStartup?: boolean | undefined; projectPath?: string | undefined; template?: string | undefined; createConfigFileOnly?: boolean | undefined; installDependencies?: boolean | undefined; stdin?: stream.Readable | undefined; stdout?: stream.Writable | undefined; stderr?: stream.Writable | undefined; signal?: AbortSignal | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>> | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue> | v.CheckIssue | v.UnionIssue | v.BooleanIssue> | v.MaxValueIssue | v.CustomIssue | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>> | v.LiteralIssue>>; readonly "~types"?: { readonly input: { cwd?: string | undefined; config?: string | undefined; configData?: VivliostyleConfigSchema | null | undefined; input?: string | undefined; output?: string | ({ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }) | (string | ({ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }))[] | undefined; theme?: string | false | ({ specifier: string; } & { import?: string | string[] | undefined; }) | (string | ({ specifier: string; } & { import?: string | string[] | undefined; }))[] | undefined; size?: string | undefined; cropMarks?: boolean | undefined; bleed?: string | undefined; cropOffset?: string | undefined; css?: string | undefined; style?: string | undefined; userStyle?: string | undefined; singleDoc?: boolean | undefined; quick?: boolean | undefined; pressReady?: boolean | undefined; title?: string | undefined; author?: string | undefined; language?: string | undefined; readingProgression?: "ltr" | "rtl" | undefined; timeout?: number | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string | string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; sandbox?: boolean | undefined; executableBrowser?: string | undefined; image?: string | undefined; viewer?: string | undefined; viewerParam?: string | undefined; browser?: string | undefined; proxyServer?: string | undefined; proxyBypass?: string | undefined; proxyUser?: string | undefined; proxyPass?: string | undefined; logLevel?: "info" | "silent" | "verbose" | "debug" | undefined; ignoreHttpsErrors?: boolean | undefined; openViewer?: boolean | undefined; enableStaticServe?: boolean | undefined; enableViewerStartPage?: boolean | undefined; vite?: vite.UserConfig | undefined; viteConfigFile?: string | boolean | undefined; host?: string | boolean | undefined; port?: number | undefined; logger?: LoggerInterface | undefined; disableServerStartup?: boolean | undefined; projectPath?: string | undefined; template?: string | undefined; createConfigFileOnly?: boolean | undefined; installDependencies?: boolean | undefined; stdin?: stream.Readable | undefined; stdout?: stream.Writable | undefined; stderr?: stream.Writable | undefined; signal?: AbortSignal | undefined; }; readonly output: { cwd?: string | undefined; config?: string | undefined; configData?: VivliostyleConfigSchema | null | undefined; input?: { format: InputFormat; entry: string; } | undefined; output?: ({ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; } & { format: OutputFormat; })[] | undefined; theme?: false | ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; size?: string | undefined; cropMarks?: boolean | undefined; bleed?: string | undefined; cropOffset?: string | undefined; css?: string | undefined; style?: string | undefined; userStyle?: string | undefined; singleDoc?: boolean | undefined; quick?: boolean | undefined; pressReady?: boolean | undefined; title?: string | undefined; author?: string | undefined; language?: string | undefined; readingProgression?: "ltr" | "rtl" | undefined; timeout?: number | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; sandbox?: boolean | undefined; executableBrowser?: string | undefined; image?: string | undefined; viewer?: string | undefined; viewerParam?: string | undefined; browser?: { type: BrowserType; tag?: string; } | undefined; proxyServer?: string | undefined; proxyBypass?: string | undefined; proxyUser?: string | undefined; proxyPass?: string | undefined; logLevel?: "info" | "silent" | "verbose" | "debug" | undefined; ignoreHttpsErrors?: boolean | undefined; openViewer?: boolean | undefined; enableStaticServe?: boolean | undefined; enableViewerStartPage?: boolean | undefined; vite?: vite.UserConfig | undefined; viteConfigFile?: string | boolean | undefined; host?: string | boolean | undefined; port?: number | undefined; logger?: LoggerInterface | undefined; disableServerStartup?: boolean | undefined; projectPath?: string | undefined; template?: string | undefined; createConfigFileOnly?: boolean | undefined; installDependencies?: boolean | undefined; stdin?: stream.Readable | undefined; stdout?: stream.Writable | undefined; stderr?: stream.Writable | undefined; signal?: AbortSignal | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>> | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue> | v.CheckIssue | v.UnionIssue | v.BooleanIssue> | v.MaxValueIssue | v.CustomIssue | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>> | v.LiteralIssue>; } | undefined; }; declare const VivliostyleInlineConfig: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly config: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly configData: v.SchemaWithPipe, v.MetadataAction, v.DescriptionAction]>; readonly input: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.TransformAction, v.DescriptionAction<{ format: InputFormat; entry: string; }, string>]>; readonly output: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly path: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: path">; }; readonly "~standard": v.StandardProps<{ path: string; }, { path: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ path: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { path: string; }; readonly output: { path: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>; readonly renderMode: v.SchemaWithPipe, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>; /** @deprecated */ readonly preflight: v.SchemaWithPipe, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.MetadataAction<"press-ready" | "press-ready-local", { readonly deprecated: true; }>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; /** @deprecated */ readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.MetadataAction, v.DescriptionAction]>; readonly pdfPostprocess: v.SchemaWithPipe, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly cmyk: v.SchemaWithPipe, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>; readonly replaceImage: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>, undefined>; readonly cmyk: v.OptionalSchema, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>, undefined>; readonly replaceImage: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly output: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }, v.TitleAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, "PdfPostprocessConfig">, v.DescriptionAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly format: v.OptionalSchema, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>, undefined>; readonly renderMode: v.OptionalSchema, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>; readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.MetadataAction<"press-ready" | "press-ready-local", { readonly deprecated: true; }>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.MetadataAction, v.DescriptionAction]>, undefined>; readonly pdfPostprocess: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly cmyk: v.SchemaWithPipe, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>; readonly replaceImage: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>, undefined>; readonly cmyk: v.OptionalSchema, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>, undefined>; readonly replaceImage: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly output: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }, v.TitleAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, "PdfPostprocessConfig">, v.DescriptionAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }; readonly output: { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }], undefined>, v.TitleAction<{ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, "OutputConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly path: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: path">; }; readonly "~standard": v.StandardProps<{ path: string; }, { path: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ path: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { path: string; }; readonly output: { path: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>; readonly renderMode: v.SchemaWithPipe, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>; /** @deprecated */ readonly preflight: v.SchemaWithPipe, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.MetadataAction<"press-ready" | "press-ready-local", { readonly deprecated: true; }>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; /** @deprecated */ readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.MetadataAction, v.DescriptionAction]>; readonly pdfPostprocess: v.SchemaWithPipe, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly cmyk: v.SchemaWithPipe, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>; readonly replaceImage: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>, undefined>; readonly cmyk: v.OptionalSchema, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>, undefined>; readonly replaceImage: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly output: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }, v.TitleAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, "PdfPostprocessConfig">, v.DescriptionAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly format: v.OptionalSchema, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>, undefined>; readonly renderMode: v.OptionalSchema, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>; readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.MetadataAction<"press-ready" | "press-ready-local", { readonly deprecated: true; }>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.MetadataAction, v.DescriptionAction]>, undefined>; readonly pdfPostprocess: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly cmyk: v.SchemaWithPipe, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>; readonly replaceImage: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>, undefined>; readonly cmyk: v.OptionalSchema, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>, undefined>; readonly replaceImage: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly output: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }, v.TitleAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, "PdfPostprocessConfig">, v.DescriptionAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }; readonly output: { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }], undefined>, v.TitleAction<{ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, "OutputConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction<({ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; } & { format: OutputFormat; })[], string>]>; readonly theme: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, v.LiteralSchema], undefined>, v.DescriptionAction]>; readonly size: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly cropMarks: v.SchemaWithPipe, v.DescriptionAction]>; readonly bleed: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly cropOffset: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly css: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly style: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly userStyle: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly singleDoc: v.SchemaWithPipe, v.DescriptionAction]>; readonly quick: v.SchemaWithPipe, v.DescriptionAction]>; readonly pressReady: v.SchemaWithPipe, v.DescriptionAction]>; readonly title: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly author: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly language: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly readingProgression: v.SchemaWithPipe, v.LiteralSchema<"rtl", undefined>], undefined>, v.DescriptionAction<"ltr" | "rtl", string>]>; readonly timeout: v.SchemaWithPipe, v.MinValueAction, v.DescriptionAction]>; readonly renderMode: v.SchemaWithPipe, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>; readonly preflight: v.SchemaWithPipe, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; readonly cmyk: v.SchemaWithPipe, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>; readonly sandbox: v.SchemaWithPipe, v.DescriptionAction]>; readonly executableBrowser: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly image: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly viewer: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly viewerParam: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly browser: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.CheckAction, v.TransformAction, v.DescriptionAction<{ type: BrowserType; tag?: string; }, string>]>; readonly proxyServer: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly proxyBypass: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly proxyUser: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly proxyPass: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly logLevel: v.SchemaWithPipe, v.LiteralSchema<"info", undefined>, v.LiteralSchema<"verbose", undefined>, v.LiteralSchema<"debug", undefined>], undefined>, v.DescriptionAction<"info" | "silent" | "verbose" | "debug", string>]>; readonly ignoreHttpsErrors: v.SchemaWithPipe, v.DescriptionAction]>; readonly openViewer: v.SchemaWithPipe, v.DescriptionAction]>; readonly enableStaticServe: v.SchemaWithPipe, v.DescriptionAction]>; readonly enableViewerStartPage: v.SchemaWithPipe, v.DescriptionAction]>; readonly vite: v.SchemaWithPipe, v.MetadataAction, v.DescriptionAction]>; readonly viteConfigFile: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.BooleanSchema], undefined>, v.DescriptionAction]>; readonly host: v.SchemaWithPipe, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.DescriptionAction]>; readonly port: v.SchemaWithPipe, v.MinValueAction, v.MaxValueAction, v.DescriptionAction]>; readonly logger: v.SchemaWithPipe, v.MetadataAction, v.DescriptionAction]>; readonly disableServerStartup: v.SchemaWithPipe, v.DescriptionAction]>; readonly projectPath: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly template: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly createConfigFileOnly: v.SchemaWithPipe, v.DescriptionAction]>; readonly installDependencies: v.SchemaWithPipe, v.DescriptionAction]>; readonly stdin: v.SchemaWithPipe, v.MetadataAction, v.DescriptionAction]>; readonly stdout: v.SchemaWithPipe, v.MetadataAction, v.DescriptionAction]>; readonly stderr: v.SchemaWithPipe, v.MetadataAction, v.DescriptionAction]>; readonly signal: v.SchemaWithPipe, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly cwd: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly config: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly configData: v.OptionalSchema, v.MetadataAction, v.DescriptionAction]>, undefined>; readonly input: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.TransformAction, v.DescriptionAction<{ format: InputFormat; entry: string; }, string>]>, undefined>; readonly output: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly path: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: path">; }; readonly "~standard": v.StandardProps<{ path: string; }, { path: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ path: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { path: string; }; readonly output: { path: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>; readonly renderMode: v.SchemaWithPipe, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>; /** @deprecated */ readonly preflight: v.SchemaWithPipe, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.MetadataAction<"press-ready" | "press-ready-local", { readonly deprecated: true; }>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; /** @deprecated */ readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.MetadataAction, v.DescriptionAction]>; readonly pdfPostprocess: v.SchemaWithPipe, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly cmyk: v.SchemaWithPipe, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>; readonly replaceImage: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>, undefined>; readonly cmyk: v.OptionalSchema, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>, undefined>; readonly replaceImage: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly output: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }, v.TitleAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, "PdfPostprocessConfig">, v.DescriptionAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly format: v.OptionalSchema, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>, undefined>; readonly renderMode: v.OptionalSchema, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>; readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.MetadataAction<"press-ready" | "press-ready-local", { readonly deprecated: true; }>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.MetadataAction, v.DescriptionAction]>, undefined>; readonly pdfPostprocess: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly cmyk: v.SchemaWithPipe, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>; readonly replaceImage: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>, undefined>; readonly cmyk: v.OptionalSchema, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>, undefined>; readonly replaceImage: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly output: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }, v.TitleAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, "PdfPostprocessConfig">, v.DescriptionAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }; readonly output: { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }], undefined>, v.TitleAction<{ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, "OutputConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly path: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: path">; }; readonly "~standard": v.StandardProps<{ path: string; }, { path: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ path: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { path: string; }; readonly output: { path: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>; readonly renderMode: v.SchemaWithPipe, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>; /** @deprecated */ readonly preflight: v.SchemaWithPipe, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.MetadataAction<"press-ready" | "press-ready-local", { readonly deprecated: true; }>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; /** @deprecated */ readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.MetadataAction, v.DescriptionAction]>; readonly pdfPostprocess: v.SchemaWithPipe, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly cmyk: v.SchemaWithPipe, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>; readonly replaceImage: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>, undefined>; readonly cmyk: v.OptionalSchema, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>, undefined>; readonly replaceImage: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly output: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }, v.TitleAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, "PdfPostprocessConfig">, v.DescriptionAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly format: v.OptionalSchema, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>, undefined>; readonly renderMode: v.OptionalSchema, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>; readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.MetadataAction<"press-ready" | "press-ready-local", { readonly deprecated: true; }>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.MetadataAction, v.DescriptionAction]>, undefined>; readonly pdfPostprocess: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>; readonly preflightOption: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly cmyk: v.SchemaWithPipe, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>; readonly replaceImage: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>, undefined>; readonly cmyk: v.OptionalSchema, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>, undefined>; readonly replaceImage: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.InstanceSchema], undefined>, v.DescriptionAction]>; readonly replacement: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ source: string | RegExp; replacement: string; }, "ReplaceImageEntry">]>, undefined>, v.DescriptionAction<{ source: string | RegExp; replacement: string; }[], string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly output: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }, v.TitleAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, "PdfPostprocessConfig">, v.DescriptionAction<{ preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; }, string>]>, undefined>; }; readonly "~standard": v.StandardProps<{ format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>; readonly "~types"?: { readonly input: { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }; readonly output: { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>; } | undefined; }], undefined>, v.TitleAction<{ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }, "OutputConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction<({ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; } & { format: OutputFormat; })[], string>]>, undefined>; readonly theme: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly specifier: v.NonOptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, "Missing required field: specifier">; }; readonly "~standard": v.StandardProps<{ specifier: string; }, { specifier: string; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ specifier: string; }, v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue>; readonly "~types"?: { readonly input: { specifier: string; }; readonly output: { specifier: string; }; readonly issue: v.ObjectIssue | v.StringIssue | v.MinLengthIssue | v.NonOptionalIssue; } | undefined; }, Omit, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly import: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ import?: string | string[] | undefined; }, { import?: string[] | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ import?: string[] | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>>; readonly "~types"?: { readonly input: { import?: string | string[] | undefined; }; readonly output: { import?: string[] | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue | v.UnionIssue>; } | undefined; }], undefined>, v.TitleAction<{ specifier: string; } & { import?: string[] | undefined; }, "ThemeConfig">]>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction]>, v.LiteralSchema], undefined>, v.DescriptionAction]>, undefined>; readonly size: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly cropMarks: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly bleed: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly cropOffset: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly css: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly style: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly userStyle: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly singleDoc: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly quick: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly pressReady: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly title: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly author: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly language: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly readingProgression: v.OptionalSchema, v.LiteralSchema<"rtl", undefined>], undefined>, v.DescriptionAction<"ltr" | "rtl", string>]>, undefined>; readonly timeout: v.OptionalSchema, v.MinValueAction, v.DescriptionAction]>, undefined>; readonly renderMode: v.OptionalSchema, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>; readonly preflight: v.OptionalSchema, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>, undefined>; readonly preflightOption: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.TransformAction, v.DescriptionAction]>, undefined>; readonly cmyk: v.OptionalSchema, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly reserveMap: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>; readonly warnUnmapped: v.SchemaWithPipe, v.DescriptionAction]>; readonly mapOutput: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly overrideMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly reserveMap: v.OptionalSchema, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly g: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly b: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ r: number; g: number; b: number; }, "RGBValue">]>, v.SchemaWithPipe, v.RegexAction, v.TitleAction]>], undefined>, v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly m: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly y: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly k: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>, v.TitleAction<{ c: number; m: number; y: number; k: number; }, "CMYKValue">]>], undefined>, undefined>, v.DescriptionAction<[string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][], string>]>, undefined>; readonly warnUnmapped: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly mapOutput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue>; readonly "~types"?: { readonly input: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly output: { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue; } | undefined; }, v.TitleAction<{ overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; }, "CmykConfig">]>], undefined>, v.DescriptionAction]>, undefined>; readonly sandbox: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly executableBrowser: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly image: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly viewer: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly viewerParam: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly browser: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.CheckAction, v.TransformAction, v.DescriptionAction<{ type: BrowserType; tag?: string; }, string>]>, undefined>; readonly proxyServer: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly proxyBypass: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly proxyUser: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly proxyPass: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly logLevel: v.OptionalSchema, v.LiteralSchema<"info", undefined>, v.LiteralSchema<"verbose", undefined>, v.LiteralSchema<"debug", undefined>], undefined>, v.DescriptionAction<"info" | "silent" | "verbose" | "debug", string>]>, undefined>; readonly ignoreHttpsErrors: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly openViewer: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly enableStaticServe: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly enableViewerStartPage: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly vite: v.OptionalSchema, v.MetadataAction, v.DescriptionAction]>, undefined>; readonly viteConfigFile: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.BooleanSchema], undefined>, v.DescriptionAction]>, undefined>; readonly host: v.OptionalSchema, v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>], undefined>, v.DescriptionAction]>, undefined>; readonly port: v.OptionalSchema, v.MinValueAction, v.MaxValueAction, v.DescriptionAction]>, undefined>; readonly logger: v.OptionalSchema, v.MetadataAction, v.DescriptionAction]>, undefined>; readonly disableServerStartup: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly projectPath: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly template: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>, undefined>; readonly createConfigFileOnly: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly installDependencies: v.OptionalSchema, v.DescriptionAction]>, undefined>; readonly stdin: v.OptionalSchema, v.MetadataAction, v.DescriptionAction]>, undefined>; readonly stdout: v.OptionalSchema, v.MetadataAction, v.DescriptionAction]>, undefined>; readonly stderr: v.OptionalSchema, v.MetadataAction, v.DescriptionAction]>, undefined>; readonly signal: v.OptionalSchema, v.DescriptionAction]>, undefined>; }; readonly "~standard": v.StandardProps<{ cwd?: string | undefined; config?: string | undefined; configData?: VivliostyleConfigSchema | null | undefined; input?: string | undefined; output?: string | ({ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }) | (string | ({ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }))[] | undefined; theme?: string | false | ({ specifier: string; } & { import?: string | string[] | undefined; }) | (string | ({ specifier: string; } & { import?: string | string[] | undefined; }))[] | undefined; size?: string | undefined; cropMarks?: boolean | undefined; bleed?: string | undefined; cropOffset?: string | undefined; css?: string | undefined; style?: string | undefined; userStyle?: string | undefined; singleDoc?: boolean | undefined; quick?: boolean | undefined; pressReady?: boolean | undefined; title?: string | undefined; author?: string | undefined; language?: string | undefined; readingProgression?: "ltr" | "rtl" | undefined; timeout?: number | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string | string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; sandbox?: boolean | undefined; executableBrowser?: string | undefined; image?: string | undefined; viewer?: string | undefined; viewerParam?: string | undefined; browser?: string | undefined; proxyServer?: string | undefined; proxyBypass?: string | undefined; proxyUser?: string | undefined; proxyPass?: string | undefined; logLevel?: "info" | "silent" | "verbose" | "debug" | undefined; ignoreHttpsErrors?: boolean | undefined; openViewer?: boolean | undefined; enableStaticServe?: boolean | undefined; enableViewerStartPage?: boolean | undefined; vite?: vite.UserConfig | undefined; viteConfigFile?: string | boolean | undefined; host?: string | boolean | undefined; port?: number | undefined; logger?: LoggerInterface | undefined; disableServerStartup?: boolean | undefined; projectPath?: string | undefined; template?: string | undefined; createConfigFileOnly?: boolean | undefined; installDependencies?: boolean | undefined; stdin?: stream.Readable | undefined; stdout?: stream.Writable | undefined; stderr?: stream.Writable | undefined; signal?: AbortSignal | undefined; }, { cwd?: string | undefined; config?: string | undefined; configData?: VivliostyleConfigSchema | null | undefined; input?: { format: InputFormat; entry: string; } | undefined; output?: ({ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; } & { format: OutputFormat; })[] | undefined; theme?: false | ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; size?: string | undefined; cropMarks?: boolean | undefined; bleed?: string | undefined; cropOffset?: string | undefined; css?: string | undefined; style?: string | undefined; userStyle?: string | undefined; singleDoc?: boolean | undefined; quick?: boolean | undefined; pressReady?: boolean | undefined; title?: string | undefined; author?: string | undefined; language?: string | undefined; readingProgression?: "ltr" | "rtl" | undefined; timeout?: number | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; sandbox?: boolean | undefined; executableBrowser?: string | undefined; image?: string | undefined; viewer?: string | undefined; viewerParam?: string | undefined; browser?: { type: BrowserType; tag?: string; } | undefined; proxyServer?: string | undefined; proxyBypass?: string | undefined; proxyUser?: string | undefined; proxyPass?: string | undefined; logLevel?: "info" | "silent" | "verbose" | "debug" | undefined; ignoreHttpsErrors?: boolean | undefined; openViewer?: boolean | undefined; enableStaticServe?: boolean | undefined; enableViewerStartPage?: boolean | undefined; vite?: vite.UserConfig | undefined; viteConfigFile?: string | boolean | undefined; host?: string | boolean | undefined; port?: number | undefined; logger?: LoggerInterface | undefined; disableServerStartup?: boolean | undefined; projectPath?: string | undefined; template?: string | undefined; createConfigFileOnly?: boolean | undefined; installDependencies?: boolean | undefined; stdin?: stream.Readable | undefined; stdout?: stream.Writable | undefined; stderr?: stream.Writable | undefined; signal?: AbortSignal | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ cwd?: string | undefined; config?: string | undefined; configData?: VivliostyleConfigSchema | null | undefined; input?: { format: InputFormat; entry: string; } | undefined; output?: ({ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; } & { format: OutputFormat; })[] | undefined; theme?: false | ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; size?: string | undefined; cropMarks?: boolean | undefined; bleed?: string | undefined; cropOffset?: string | undefined; css?: string | undefined; style?: string | undefined; userStyle?: string | undefined; singleDoc?: boolean | undefined; quick?: boolean | undefined; pressReady?: boolean | undefined; title?: string | undefined; author?: string | undefined; language?: string | undefined; readingProgression?: "ltr" | "rtl" | undefined; timeout?: number | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; sandbox?: boolean | undefined; executableBrowser?: string | undefined; image?: string | undefined; viewer?: string | undefined; viewerParam?: string | undefined; browser?: { type: BrowserType; tag?: string; } | undefined; proxyServer?: string | undefined; proxyBypass?: string | undefined; proxyUser?: string | undefined; proxyPass?: string | undefined; logLevel?: "info" | "silent" | "verbose" | "debug" | undefined; ignoreHttpsErrors?: boolean | undefined; openViewer?: boolean | undefined; enableStaticServe?: boolean | undefined; enableViewerStartPage?: boolean | undefined; vite?: vite.UserConfig | undefined; viteConfigFile?: string | boolean | undefined; host?: string | boolean | undefined; port?: number | undefined; logger?: LoggerInterface | undefined; disableServerStartup?: boolean | undefined; projectPath?: string | undefined; template?: string | undefined; createConfigFileOnly?: boolean | undefined; installDependencies?: boolean | undefined; stdin?: stream.Readable | undefined; stdout?: stream.Writable | undefined; stderr?: stream.Writable | undefined; signal?: AbortSignal | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>> | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue> | v.CheckIssue | v.UnionIssue | v.BooleanIssue> | v.MaxValueIssue | v.CustomIssue | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>> | v.LiteralIssue>>; readonly "~types"?: { readonly input: { cwd?: string | undefined; config?: string | undefined; configData?: VivliostyleConfigSchema | null | undefined; input?: string | undefined; output?: string | ({ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }) | (string | ({ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; }))[] | undefined; theme?: string | false | ({ specifier: string; } & { import?: string | string[] | undefined; }) | (string | ({ specifier: string; } & { import?: string | string[] | undefined; }))[] | undefined; size?: string | undefined; cropMarks?: boolean | undefined; bleed?: string | undefined; cropOffset?: string | undefined; css?: string | undefined; style?: string | undefined; userStyle?: string | undefined; singleDoc?: boolean | undefined; quick?: boolean | undefined; pressReady?: boolean | undefined; title?: string | undefined; author?: string | undefined; language?: string | undefined; readingProgression?: "ltr" | "rtl" | undefined; timeout?: number | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string | string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; sandbox?: boolean | undefined; executableBrowser?: string | undefined; image?: string | undefined; viewer?: string | undefined; viewerParam?: string | undefined; browser?: string | undefined; proxyServer?: string | undefined; proxyBypass?: string | undefined; proxyUser?: string | undefined; proxyPass?: string | undefined; logLevel?: "info" | "silent" | "verbose" | "debug" | undefined; ignoreHttpsErrors?: boolean | undefined; openViewer?: boolean | undefined; enableStaticServe?: boolean | undefined; enableViewerStartPage?: boolean | undefined; vite?: vite.UserConfig | undefined; viteConfigFile?: string | boolean | undefined; host?: string | boolean | undefined; port?: number | undefined; logger?: LoggerInterface | undefined; disableServerStartup?: boolean | undefined; projectPath?: string | undefined; template?: string | undefined; createConfigFileOnly?: boolean | undefined; installDependencies?: boolean | undefined; stdin?: stream.Readable | undefined; stdout?: stream.Writable | undefined; stderr?: stream.Writable | undefined; signal?: AbortSignal | undefined; }; readonly output: { cwd?: string | undefined; config?: string | undefined; configData?: VivliostyleConfigSchema | null | undefined; input?: { format: InputFormat; entry: string; } | undefined; output?: ({ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; } & { format: OutputFormat; })[] | undefined; theme?: false | ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; size?: string | undefined; cropMarks?: boolean | undefined; bleed?: string | undefined; cropOffset?: string | undefined; css?: string | undefined; style?: string | undefined; userStyle?: string | undefined; singleDoc?: boolean | undefined; quick?: boolean | undefined; pressReady?: boolean | undefined; title?: string | undefined; author?: string | undefined; language?: string | undefined; readingProgression?: "ltr" | "rtl" | undefined; timeout?: number | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; sandbox?: boolean | undefined; executableBrowser?: string | undefined; image?: string | undefined; viewer?: string | undefined; viewerParam?: string | undefined; browser?: { type: BrowserType; tag?: string; } | undefined; proxyServer?: string | undefined; proxyBypass?: string | undefined; proxyUser?: string | undefined; proxyPass?: string | undefined; logLevel?: "info" | "silent" | "verbose" | "debug" | undefined; ignoreHttpsErrors?: boolean | undefined; openViewer?: boolean | undefined; enableStaticServe?: boolean | undefined; enableViewerStartPage?: boolean | undefined; vite?: vite.UserConfig | undefined; viteConfigFile?: string | boolean | undefined; host?: string | boolean | undefined; port?: number | undefined; logger?: LoggerInterface | undefined; disableServerStartup?: boolean | undefined; projectPath?: string | undefined; template?: string | undefined; createConfigFileOnly?: boolean | undefined; installDependencies?: boolean | undefined; stdin?: stream.Readable | undefined; stdout?: stream.Writable | undefined; stderr?: stream.Writable | undefined; signal?: AbortSignal | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>> | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue> | v.CheckIssue | v.UnionIssue | v.BooleanIssue> | v.MaxValueIssue | v.CustomIssue | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue | v.UnionIssue | v.IntegerIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue | v.UnionIssue | v.MinValueIssue | v.MaxValueIssue | v.RegexIssue> | v.TupleIssue | v.BooleanIssue> | v.InstanceIssue | v.UnionIssue | v.InstanceIssue>>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue> | v.UnionIssue | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue>>> | v.LiteralIssue>; } | undefined; }, v.CheckAction<{ cwd?: string | undefined; config?: string | undefined; configData?: VivliostyleConfigSchema | null | undefined; input?: { format: InputFormat; entry: string; } | undefined; output?: ({ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; } & { format: OutputFormat; })[] | undefined; theme?: false | ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; size?: string | undefined; cropMarks?: boolean | undefined; bleed?: string | undefined; cropOffset?: string | undefined; css?: string | undefined; style?: string | undefined; userStyle?: string | undefined; singleDoc?: boolean | undefined; quick?: boolean | undefined; pressReady?: boolean | undefined; title?: string | undefined; author?: string | undefined; language?: string | undefined; readingProgression?: "ltr" | "rtl" | undefined; timeout?: number | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; sandbox?: boolean | undefined; executableBrowser?: string | undefined; image?: string | undefined; viewer?: string | undefined; viewerParam?: string | undefined; browser?: { type: BrowserType; tag?: string; } | undefined; proxyServer?: string | undefined; proxyBypass?: string | undefined; proxyUser?: string | undefined; proxyPass?: string | undefined; logLevel?: "info" | "silent" | "verbose" | "debug" | undefined; ignoreHttpsErrors?: boolean | undefined; openViewer?: boolean | undefined; enableStaticServe?: boolean | undefined; enableViewerStartPage?: boolean | undefined; vite?: vite.UserConfig | undefined; viteConfigFile?: string | boolean | undefined; host?: string | boolean | undefined; port?: number | undefined; logger?: LoggerInterface | undefined; disableServerStartup?: boolean | undefined; projectPath?: string | undefined; template?: string | undefined; createConfigFileOnly?: boolean | undefined; installDependencies?: boolean | undefined; stdin?: stream.Readable | undefined; stdout?: stream.Writable | undefined; stderr?: stream.Writable | undefined; signal?: AbortSignal | undefined; }, "Exporting webpub format from EPUB or OPF file is not supported.">, v.CheckAction<{ cwd?: string | undefined; config?: string | undefined; configData?: VivliostyleConfigSchema | null | undefined; input?: { format: InputFormat; entry: string; } | undefined; output?: ({ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; } & { format: OutputFormat; })[] | undefined; theme?: false | ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; size?: string | undefined; cropMarks?: boolean | undefined; bleed?: string | undefined; cropOffset?: string | undefined; css?: string | undefined; style?: string | undefined; userStyle?: string | undefined; singleDoc?: boolean | undefined; quick?: boolean | undefined; pressReady?: boolean | undefined; title?: string | undefined; author?: string | undefined; language?: string | undefined; readingProgression?: "ltr" | "rtl" | undefined; timeout?: number | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; sandbox?: boolean | undefined; executableBrowser?: string | undefined; image?: string | undefined; viewer?: string | undefined; viewerParam?: string | undefined; browser?: { type: BrowserType; tag?: string; } | undefined; proxyServer?: string | undefined; proxyBypass?: string | undefined; proxyUser?: string | undefined; proxyPass?: string | undefined; logLevel?: "info" | "silent" | "verbose" | "debug" | undefined; ignoreHttpsErrors?: boolean | undefined; openViewer?: boolean | undefined; enableStaticServe?: boolean | undefined; enableViewerStartPage?: boolean | undefined; vite?: vite.UserConfig | undefined; viteConfigFile?: string | boolean | undefined; host?: string | boolean | undefined; port?: number | undefined; logger?: LoggerInterface | undefined; disableServerStartup?: boolean | undefined; projectPath?: string | undefined; template?: string | undefined; createConfigFileOnly?: boolean | undefined; installDependencies?: boolean | undefined; stdin?: stream.Readable | undefined; stdout?: stream.Writable | undefined; stderr?: stream.Writable | undefined; signal?: AbortSignal | undefined; }, "Exporting EPUB format from EPUB or OPF file is not supported.">, v.TitleAction<{ cwd?: string | undefined; config?: string | undefined; configData?: VivliostyleConfigSchema | null | undefined; input?: { format: InputFormat; entry: string; } | undefined; output?: ({ path: string; } & { format?: "pdf" | "epub" | "webpub" | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; pdfPostprocess?: { preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; replaceImage?: { source: string | RegExp; replacement: string; }[] | undefined; } | undefined; } & { format: OutputFormat; })[] | undefined; theme?: false | ({ specifier: string; } & { import?: string[] | undefined; })[] | undefined; size?: string | undefined; cropMarks?: boolean | undefined; bleed?: string | undefined; cropOffset?: string | undefined; css?: string | undefined; style?: string | undefined; userStyle?: string | undefined; singleDoc?: boolean | undefined; quick?: boolean | undefined; pressReady?: boolean | undefined; title?: string | undefined; author?: string | undefined; language?: string | undefined; readingProgression?: "ltr" | "rtl" | undefined; timeout?: number | undefined; renderMode?: "local" | "docker" | undefined; preflight?: "press-ready" | "press-ready-local" | undefined; preflightOption?: string[] | undefined; cmyk?: boolean | { overrideMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; reserveMap?: [string | { r: number; g: number; b: number; }, { c: number; m: number; y: number; k: number; }][] | undefined; warnUnmapped?: boolean | undefined; mapOutput?: string | undefined; } | undefined; sandbox?: boolean | undefined; executableBrowser?: string | undefined; image?: string | undefined; viewer?: string | undefined; viewerParam?: string | undefined; browser?: { type: BrowserType; tag?: string; } | undefined; proxyServer?: string | undefined; proxyBypass?: string | undefined; proxyUser?: string | undefined; proxyPass?: string | undefined; logLevel?: "info" | "silent" | "verbose" | "debug" | undefined; ignoreHttpsErrors?: boolean | undefined; openViewer?: boolean | undefined; enableStaticServe?: boolean | undefined; enableViewerStartPage?: boolean | undefined; vite?: vite.UserConfig | undefined; viteConfigFile?: string | boolean | undefined; host?: string | boolean | undefined; port?: number | undefined; logger?: LoggerInterface | undefined; disableServerStartup?: boolean | undefined; projectPath?: string | undefined; template?: string | undefined; createConfigFileOnly?: boolean | undefined; installDependencies?: boolean | undefined; stdin?: stream.Readable | undefined; stdout?: stream.Writable | undefined; stderr?: stream.Writable | undefined; signal?: AbortSignal | undefined; }, "VivliostyleInlineConfig">]>; type VivliostyleInlineConfig = v.InferInput; type ParsedVivliostyleInlineConfig = v.InferOutput; type InlineOptions = Pick; declare const VivliostyleThemeMetadata: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly author: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly style: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly category: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly topics: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, undefined>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ name?: string | undefined; author?: string | undefined; style?: string | undefined; category?: string | undefined; topics?: string[] | undefined; }, "VivliostyleThemeMetadata">]>; declare const SelectPromptOption: v.UnionSchema<[v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.ObjectSchema<{ readonly value: v.UnionSchema<[v.StringSchema, v.NumberSchema, v.BooleanSchema], undefined>; readonly label: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly hint: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; }, undefined>], undefined>; type SelectPromptOption = v.InferInput; declare const PromptOption: v.VariantSchema<"type", [v.ObjectSchema<{ readonly type: v.LiteralSchema<"text", undefined>; readonly message: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly placeholder: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly defaultValue: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly initialValue: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly name: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly required: v.OptionalSchema, undefined>; }, undefined>, v.ObjectSchema<{ readonly type: v.LiteralSchema<"select", undefined>; readonly message: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly options: v.ArraySchema, v.TrimAction, v.MinLengthAction]>, v.ObjectSchema<{ readonly value: v.UnionSchema<[v.StringSchema, v.NumberSchema, v.BooleanSchema], undefined>; readonly label: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly hint: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; }, undefined>], undefined>, undefined>; readonly initialValue: v.OptionalSchema, undefined>; readonly name: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly required: v.OptionalSchema, undefined>; }, undefined>, v.ObjectSchema<{ readonly type: v.LiteralSchema<"multiSelect", undefined>; readonly message: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly options: v.ArraySchema, v.TrimAction, v.MinLengthAction]>, v.ObjectSchema<{ readonly value: v.UnionSchema<[v.StringSchema, v.NumberSchema, v.BooleanSchema], undefined>; readonly label: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly hint: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; }, undefined>], undefined>, undefined>; readonly initialValues: v.OptionalSchema, undefined>, undefined>; readonly cursorAt: v.OptionalSchema, undefined>; readonly name: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly required: v.OptionalSchema, undefined>; }, undefined>, v.ObjectSchema<{ readonly type: v.LiteralSchema<"autocomplete", undefined>; readonly message: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly options: v.ArraySchema, v.TrimAction, v.MinLengthAction]>, v.ObjectSchema<{ readonly value: v.UnionSchema<[v.StringSchema, v.NumberSchema, v.BooleanSchema], undefined>; readonly label: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly hint: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; }, undefined>], undefined>, undefined>; readonly placeholder: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly initialValue: v.OptionalSchema, undefined>; readonly initialUserInput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly name: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly required: v.OptionalSchema, undefined>; }, undefined>, v.ObjectSchema<{ readonly type: v.LiteralSchema<"autocompleteMultiSelect", undefined>; readonly message: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly options: v.ArraySchema, v.TrimAction, v.MinLengthAction]>, v.ObjectSchema<{ readonly value: v.UnionSchema<[v.StringSchema, v.NumberSchema, v.BooleanSchema], undefined>; readonly label: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly hint: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; }, undefined>], undefined>, undefined>; readonly placeholder: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly initialValues: v.OptionalSchema, undefined>, undefined>; readonly name: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly required: v.OptionalSchema, undefined>; }, undefined>], undefined>; type PromptOption = v.InferInput; declare const VivliostyleTemplateMetadata: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.ObjectSchema<{ readonly name: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly description: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly source: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly prompt: v.SchemaWithPipe; readonly message: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly placeholder: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly defaultValue: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly initialValue: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly name: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly required: v.OptionalSchema, undefined>; }, undefined>, v.ObjectSchema<{ readonly type: v.LiteralSchema<"select", undefined>; readonly message: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly options: v.ArraySchema, v.TrimAction, v.MinLengthAction]>, v.ObjectSchema<{ readonly value: v.UnionSchema<[v.StringSchema, v.NumberSchema, v.BooleanSchema], undefined>; readonly label: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly hint: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; }, undefined>], undefined>, undefined>; readonly initialValue: v.OptionalSchema, undefined>; readonly name: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly required: v.OptionalSchema, undefined>; }, undefined>, v.ObjectSchema<{ readonly type: v.LiteralSchema<"multiSelect", undefined>; readonly message: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly options: v.ArraySchema, v.TrimAction, v.MinLengthAction]>, v.ObjectSchema<{ readonly value: v.UnionSchema<[v.StringSchema, v.NumberSchema, v.BooleanSchema], undefined>; readonly label: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly hint: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; }, undefined>], undefined>, undefined>; readonly initialValues: v.OptionalSchema, undefined>, undefined>; readonly cursorAt: v.OptionalSchema, undefined>; readonly name: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly required: v.OptionalSchema, undefined>; }, undefined>, v.ObjectSchema<{ readonly type: v.LiteralSchema<"autocomplete", undefined>; readonly message: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly options: v.ArraySchema, v.TrimAction, v.MinLengthAction]>, v.ObjectSchema<{ readonly value: v.UnionSchema<[v.StringSchema, v.NumberSchema, v.BooleanSchema], undefined>; readonly label: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly hint: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; }, undefined>], undefined>, undefined>; readonly placeholder: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly initialValue: v.OptionalSchema, undefined>; readonly initialUserInput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly name: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly required: v.OptionalSchema, undefined>; }, undefined>, v.ObjectSchema<{ readonly type: v.LiteralSchema<"autocompleteMultiSelect", undefined>; readonly message: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly options: v.ArraySchema, v.TrimAction, v.MinLengthAction]>, v.ObjectSchema<{ readonly value: v.UnionSchema<[v.StringSchema, v.NumberSchema, v.BooleanSchema], undefined>; readonly label: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly hint: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; }, undefined>], undefined>, undefined>; readonly placeholder: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly initialValues: v.OptionalSchema, undefined>, undefined>; readonly name: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly required: v.OptionalSchema, undefined>; }, undefined>], undefined>, undefined>, undefined>, v.DescriptionAction<({ type: "text"; message: string; placeholder?: string | undefined; defaultValue?: string | undefined; initialValue?: string | undefined; name: string; required?: boolean | undefined; } | { type: "select"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; initialValue?: string | undefined; name: string; required?: boolean | undefined; } | { type: "multiSelect"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; initialValues?: string[] | undefined; cursorAt?: string | undefined; name: string; required?: boolean | undefined; } | { type: "autocomplete"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; placeholder?: string | undefined; initialValue?: string | undefined; initialUserInput?: string | undefined; name: string; required?: boolean | undefined; } | { type: "autocompleteMultiSelect"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; placeholder?: string | undefined; initialValues?: string[] | undefined; name: string; required?: boolean | undefined; })[] | undefined, string>]>; }, undefined>, undefined>, v.TitleAction<{ [x: string]: { name?: string | undefined; description?: string | undefined; source: string; prompt?: ({ type: "text"; message: string; placeholder?: string | undefined; defaultValue?: string | undefined; initialValue?: string | undefined; name: string; required?: boolean | undefined; } | { type: "select"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; initialValue?: string | undefined; name: string; required?: boolean | undefined; } | { type: "multiSelect"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; initialValues?: string[] | undefined; cursorAt?: string | undefined; name: string; required?: boolean | undefined; } | { type: "autocomplete"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; placeholder?: string | undefined; initialValue?: string | undefined; initialUserInput?: string | undefined; name: string; required?: boolean | undefined; } | { type: "autocompleteMultiSelect"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; placeholder?: string | undefined; initialValues?: string[] | undefined; name: string; required?: boolean | undefined; })[] | undefined; }; }, "VivliostyleTemplateMetadata">]>; declare const VivliostylePackageMetadata: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly author: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly style: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly category: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly topics: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, undefined>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ name?: string | undefined; author?: string | undefined; style?: string | undefined; category?: string | undefined; topics?: string[] | undefined; }, "VivliostyleThemeMetadata">]>; readonly template: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.ObjectSchema<{ readonly name: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly description: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly source: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly prompt: v.SchemaWithPipe; readonly message: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly placeholder: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly defaultValue: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly initialValue: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly name: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly required: v.OptionalSchema, undefined>; }, undefined>, v.ObjectSchema<{ readonly type: v.LiteralSchema<"select", undefined>; readonly message: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly options: v.ArraySchema, v.TrimAction, v.MinLengthAction]>, v.ObjectSchema<{ readonly value: v.UnionSchema<[v.StringSchema, v.NumberSchema, v.BooleanSchema], undefined>; readonly label: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly hint: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; }, undefined>], undefined>, undefined>; readonly initialValue: v.OptionalSchema, undefined>; readonly name: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly required: v.OptionalSchema, undefined>; }, undefined>, v.ObjectSchema<{ readonly type: v.LiteralSchema<"multiSelect", undefined>; readonly message: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly options: v.ArraySchema, v.TrimAction, v.MinLengthAction]>, v.ObjectSchema<{ readonly value: v.UnionSchema<[v.StringSchema, v.NumberSchema, v.BooleanSchema], undefined>; readonly label: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly hint: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; }, undefined>], undefined>, undefined>; readonly initialValues: v.OptionalSchema, undefined>, undefined>; readonly cursorAt: v.OptionalSchema, undefined>; readonly name: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly required: v.OptionalSchema, undefined>; }, undefined>, v.ObjectSchema<{ readonly type: v.LiteralSchema<"autocomplete", undefined>; readonly message: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly options: v.ArraySchema, v.TrimAction, v.MinLengthAction]>, v.ObjectSchema<{ readonly value: v.UnionSchema<[v.StringSchema, v.NumberSchema, v.BooleanSchema], undefined>; readonly label: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly hint: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; }, undefined>], undefined>, undefined>; readonly placeholder: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly initialValue: v.OptionalSchema, undefined>; readonly initialUserInput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly name: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly required: v.OptionalSchema, undefined>; }, undefined>, v.ObjectSchema<{ readonly type: v.LiteralSchema<"autocompleteMultiSelect", undefined>; readonly message: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly options: v.ArraySchema, v.TrimAction, v.MinLengthAction]>, v.ObjectSchema<{ readonly value: v.UnionSchema<[v.StringSchema, v.NumberSchema, v.BooleanSchema], undefined>; readonly label: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly hint: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; }, undefined>], undefined>, undefined>; readonly placeholder: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly initialValues: v.OptionalSchema, undefined>, undefined>; readonly name: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly required: v.OptionalSchema, undefined>; }, undefined>], undefined>, undefined>, undefined>, v.DescriptionAction<({ type: "text"; message: string; placeholder?: string | undefined; defaultValue?: string | undefined; initialValue?: string | undefined; name: string; required?: boolean | undefined; } | { type: "select"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; initialValue?: string | undefined; name: string; required?: boolean | undefined; } | { type: "multiSelect"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; initialValues?: string[] | undefined; cursorAt?: string | undefined; name: string; required?: boolean | undefined; } | { type: "autocomplete"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; placeholder?: string | undefined; initialValue?: string | undefined; initialUserInput?: string | undefined; name: string; required?: boolean | undefined; } | { type: "autocompleteMultiSelect"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; placeholder?: string | undefined; initialValues?: string[] | undefined; name: string; required?: boolean | undefined; })[] | undefined, string>]>; }, undefined>, undefined>, v.TitleAction<{ [x: string]: { name?: string | undefined; description?: string | undefined; source: string; prompt?: ({ type: "text"; message: string; placeholder?: string | undefined; defaultValue?: string | undefined; initialValue?: string | undefined; name: string; required?: boolean | undefined; } | { type: "select"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; initialValue?: string | undefined; name: string; required?: boolean | undefined; } | { type: "multiSelect"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; initialValues?: string[] | undefined; cursorAt?: string | undefined; name: string; required?: boolean | undefined; } | { type: "autocomplete"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; placeholder?: string | undefined; initialValue?: string | undefined; initialUserInput?: string | undefined; name: string; required?: boolean | undefined; } | { type: "autocompleteMultiSelect"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; placeholder?: string | undefined; initialValues?: string[] | undefined; name: string; required?: boolean | undefined; })[] | undefined; }; }, "VivliostyleTemplateMetadata">]>; }, undefined>, "~types" | "~run" | "~standard" | "entries"> & { readonly entries: { readonly theme: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly author: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly style: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly category: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly topics: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, undefined>, v.DescriptionAction]>; }, undefined>, v.TitleAction<{ name?: string | undefined; author?: string | undefined; style?: string | undefined; category?: string | undefined; topics?: string[] | undefined; }, "VivliostyleThemeMetadata">]>, undefined>; readonly template: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, v.ObjectSchema<{ readonly name: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly description: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, undefined>, v.DescriptionAction]>; readonly source: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>, v.DescriptionAction]>; readonly prompt: v.SchemaWithPipe; readonly message: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly placeholder: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly defaultValue: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly initialValue: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly name: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly required: v.OptionalSchema, undefined>; }, undefined>, v.ObjectSchema<{ readonly type: v.LiteralSchema<"select", undefined>; readonly message: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly options: v.ArraySchema, v.TrimAction, v.MinLengthAction]>, v.ObjectSchema<{ readonly value: v.UnionSchema<[v.StringSchema, v.NumberSchema, v.BooleanSchema], undefined>; readonly label: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly hint: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; }, undefined>], undefined>, undefined>; readonly initialValue: v.OptionalSchema, undefined>; readonly name: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly required: v.OptionalSchema, undefined>; }, undefined>, v.ObjectSchema<{ readonly type: v.LiteralSchema<"multiSelect", undefined>; readonly message: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly options: v.ArraySchema, v.TrimAction, v.MinLengthAction]>, v.ObjectSchema<{ readonly value: v.UnionSchema<[v.StringSchema, v.NumberSchema, v.BooleanSchema], undefined>; readonly label: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly hint: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; }, undefined>], undefined>, undefined>; readonly initialValues: v.OptionalSchema, undefined>, undefined>; readonly cursorAt: v.OptionalSchema, undefined>; readonly name: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly required: v.OptionalSchema, undefined>; }, undefined>, v.ObjectSchema<{ readonly type: v.LiteralSchema<"autocomplete", undefined>; readonly message: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly options: v.ArraySchema, v.TrimAction, v.MinLengthAction]>, v.ObjectSchema<{ readonly value: v.UnionSchema<[v.StringSchema, v.NumberSchema, v.BooleanSchema], undefined>; readonly label: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly hint: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; }, undefined>], undefined>, undefined>; readonly placeholder: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly initialValue: v.OptionalSchema, undefined>; readonly initialUserInput: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly name: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly required: v.OptionalSchema, undefined>; }, undefined>, v.ObjectSchema<{ readonly type: v.LiteralSchema<"autocompleteMultiSelect", undefined>; readonly message: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly options: v.ArraySchema, v.TrimAction, v.MinLengthAction]>, v.ObjectSchema<{ readonly value: v.UnionSchema<[v.StringSchema, v.NumberSchema, v.BooleanSchema], undefined>; readonly label: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly hint: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; }, undefined>], undefined>, undefined>; readonly placeholder: v.OptionalSchema, v.TrimAction, v.MinLengthAction]>, undefined>; readonly initialValues: v.OptionalSchema, undefined>, undefined>; readonly name: v.SchemaWithPipe, v.TrimAction, v.MinLengthAction]>; readonly required: v.OptionalSchema, undefined>; }, undefined>], undefined>, undefined>, undefined>, v.DescriptionAction<({ type: "text"; message: string; placeholder?: string | undefined; defaultValue?: string | undefined; initialValue?: string | undefined; name: string; required?: boolean | undefined; } | { type: "select"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; initialValue?: string | undefined; name: string; required?: boolean | undefined; } | { type: "multiSelect"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; initialValues?: string[] | undefined; cursorAt?: string | undefined; name: string; required?: boolean | undefined; } | { type: "autocomplete"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; placeholder?: string | undefined; initialValue?: string | undefined; initialUserInput?: string | undefined; name: string; required?: boolean | undefined; } | { type: "autocompleteMultiSelect"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; placeholder?: string | undefined; initialValues?: string[] | undefined; name: string; required?: boolean | undefined; })[] | undefined, string>]>; }, undefined>, undefined>, v.TitleAction<{ [x: string]: { name?: string | undefined; description?: string | undefined; source: string; prompt?: ({ type: "text"; message: string; placeholder?: string | undefined; defaultValue?: string | undefined; initialValue?: string | undefined; name: string; required?: boolean | undefined; } | { type: "select"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; initialValue?: string | undefined; name: string; required?: boolean | undefined; } | { type: "multiSelect"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; initialValues?: string[] | undefined; cursorAt?: string | undefined; name: string; required?: boolean | undefined; } | { type: "autocomplete"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; placeholder?: string | undefined; initialValue?: string | undefined; initialUserInput?: string | undefined; name: string; required?: boolean | undefined; } | { type: "autocompleteMultiSelect"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; placeholder?: string | undefined; initialValues?: string[] | undefined; name: string; required?: boolean | undefined; })[] | undefined; }; }, "VivliostyleTemplateMetadata">]>, undefined>; }; readonly "~standard": v.StandardProps<{ theme?: { name?: string | undefined; author?: string | undefined; style?: string | undefined; category?: string | undefined; topics?: string[] | undefined; } | undefined; template?: { [x: string]: { name?: string | undefined; description?: string | undefined; source: string; prompt?: ({ type: "text"; message: string; placeholder?: string | undefined; defaultValue?: string | undefined; initialValue?: string | undefined; name: string; required?: boolean | undefined; } | { type: "select"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; initialValue?: string | undefined; name: string; required?: boolean | undefined; } | { type: "multiSelect"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; initialValues?: string[] | undefined; cursorAt?: string | undefined; name: string; required?: boolean | undefined; } | { type: "autocomplete"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; placeholder?: string | undefined; initialValue?: string | undefined; initialUserInput?: string | undefined; name: string; required?: boolean | undefined; } | { type: "autocompleteMultiSelect"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; placeholder?: string | undefined; initialValues?: string[] | undefined; name: string; required?: boolean | undefined; })[] | undefined; }; } | undefined; }, { theme?: { name?: string | undefined; author?: string | undefined; style?: string | undefined; category?: string | undefined; topics?: string[] | undefined; } | undefined; template?: { [x: string]: { name?: string | undefined; description?: string | undefined; source: string; prompt?: ({ type: "text"; message: string; placeholder?: string | undefined; defaultValue?: string | undefined; initialValue?: string | undefined; name: string; required?: boolean | undefined; } | { type: "select"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; initialValue?: string | undefined; name: string; required?: boolean | undefined; } | { type: "multiSelect"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; initialValues?: string[] | undefined; cursorAt?: string | undefined; name: string; required?: boolean | undefined; } | { type: "autocomplete"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; placeholder?: string | undefined; initialValue?: string | undefined; initialUserInput?: string | undefined; name: string; required?: boolean | undefined; } | { type: "autocompleteMultiSelect"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; placeholder?: string | undefined; initialValues?: string[] | undefined; name: string; required?: boolean | undefined; })[] | undefined; }; } | undefined; }>; readonly "~run": (dataset: v.UnknownDataset, config: v.Config>) => v.OutputDataset<{ theme?: { name?: string | undefined; author?: string | undefined; style?: string | undefined; category?: string | undefined; topics?: string[] | undefined; } | undefined; template?: { [x: string]: { name?: string | undefined; description?: string | undefined; source: string; prompt?: ({ type: "text"; message: string; placeholder?: string | undefined; defaultValue?: string | undefined; initialValue?: string | undefined; name: string; required?: boolean | undefined; } | { type: "select"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; initialValue?: string | undefined; name: string; required?: boolean | undefined; } | { type: "multiSelect"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; initialValues?: string[] | undefined; cursorAt?: string | undefined; name: string; required?: boolean | undefined; } | { type: "autocomplete"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; placeholder?: string | undefined; initialValue?: string | undefined; initialUserInput?: string | undefined; name: string; required?: boolean | undefined; } | { type: "autocompleteMultiSelect"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; placeholder?: string | undefined; initialValues?: string[] | undefined; name: string; required?: boolean | undefined; })[] | undefined; }; } | undefined; }, v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.BooleanIssue | v.RecordIssue | v.UnionIssue | v.UnionIssue | v.BooleanIssue | v.UnionIssue> | v.VariantIssue>; readonly "~types"?: { readonly input: { theme?: { name?: string | undefined; author?: string | undefined; style?: string | undefined; category?: string | undefined; topics?: string[] | undefined; } | undefined; template?: { [x: string]: { name?: string | undefined; description?: string | undefined; source: string; prompt?: ({ type: "text"; message: string; placeholder?: string | undefined; defaultValue?: string | undefined; initialValue?: string | undefined; name: string; required?: boolean | undefined; } | { type: "select"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; initialValue?: string | undefined; name: string; required?: boolean | undefined; } | { type: "multiSelect"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; initialValues?: string[] | undefined; cursorAt?: string | undefined; name: string; required?: boolean | undefined; } | { type: "autocomplete"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; placeholder?: string | undefined; initialValue?: string | undefined; initialUserInput?: string | undefined; name: string; required?: boolean | undefined; } | { type: "autocompleteMultiSelect"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; placeholder?: string | undefined; initialValues?: string[] | undefined; name: string; required?: boolean | undefined; })[] | undefined; }; } | undefined; }; readonly output: { theme?: { name?: string | undefined; author?: string | undefined; style?: string | undefined; category?: string | undefined; topics?: string[] | undefined; } | undefined; template?: { [x: string]: { name?: string | undefined; description?: string | undefined; source: string; prompt?: ({ type: "text"; message: string; placeholder?: string | undefined; defaultValue?: string | undefined; initialValue?: string | undefined; name: string; required?: boolean | undefined; } | { type: "select"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; initialValue?: string | undefined; name: string; required?: boolean | undefined; } | { type: "multiSelect"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; initialValues?: string[] | undefined; cursorAt?: string | undefined; name: string; required?: boolean | undefined; } | { type: "autocomplete"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; placeholder?: string | undefined; initialValue?: string | undefined; initialUserInput?: string | undefined; name: string; required?: boolean | undefined; } | { type: "autocompleteMultiSelect"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; placeholder?: string | undefined; initialValues?: string[] | undefined; name: string; required?: boolean | undefined; })[] | undefined; }; } | undefined; }; readonly issue: v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue | v.LiteralIssue | v.BooleanIssue | v.RecordIssue | v.UnionIssue | v.UnionIssue | v.BooleanIssue | v.UnionIssue> | v.VariantIssue; } | undefined; }, v.TitleAction<{ theme?: { name?: string | undefined; author?: string | undefined; style?: string | undefined; category?: string | undefined; topics?: string[] | undefined; } | undefined; template?: { [x: string]: { name?: string | undefined; description?: string | undefined; source: string; prompt?: ({ type: "text"; message: string; placeholder?: string | undefined; defaultValue?: string | undefined; initialValue?: string | undefined; name: string; required?: boolean | undefined; } | { type: "select"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; initialValue?: string | undefined; name: string; required?: boolean | undefined; } | { type: "multiSelect"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; initialValues?: string[] | undefined; cursorAt?: string | undefined; name: string; required?: boolean | undefined; } | { type: "autocomplete"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; placeholder?: string | undefined; initialValue?: string | undefined; initialUserInput?: string | undefined; name: string; required?: boolean | undefined; } | { type: "autocompleteMultiSelect"; message: string; options: (string | { value: string | number | boolean; label?: string | undefined; hint?: string | undefined; })[]; placeholder?: string | undefined; initialValues?: string[] | undefined; name: string; required?: boolean | undefined; })[] | undefined; }; } | undefined; }, "VivliostylePackageMetadata">]>; type VivliostylePackageMetadata = v.InferInput; export { ArticleEntryConfig, BrowserType, BuildTask, ContentsEntryConfig, CopyAssetConfig, CoverConfig, CoverEntryConfig, DocumentMetadataReaderSchema, DocumentProcessorSchema, EntryConfig, type InlineOptions, type InputFormat, LogLevel, OutputConfig, OutputFormat, type ParsedBuildTask, type ParsedVivliostyleConfigSchema, type ParsedVivliostyleInlineConfig, type PdfPostprocessConfig, PromptOption, ReadingProgression, RenderMode, SelectPromptOption, ServerConfig, StructuredDocument, StructuredDocumentSection, ThemeConfig, ThemeSpecifier, TocConfig, ValidString, VfmConfig, VfmFootnoteMode, VfmFootnoteOptions, VfmReplaceRule, VivliostyleConfigSchema, VivliostyleInlineConfig, VivliostyleInlineConfigWithoutChecks, VivliostylePackageMetadata, VivliostyleTemplateMetadata, VivliostyleThemeMetadata };