import { Merge } from "../utils"; export declare type RemoveInvalidAdditionalItems = "items" extends keyof S ? "additionalItems" extends keyof S ? S : Merge : Omit; export declare type MergeSubSchema = Merge>>;