import { type Schema } from "./schema.js"; export declare function isFixedItems(schema: Schema): schema is Omit & { items: Schema[]; };