import { type Schema } from "./schema.js"; export declare function isAdditionalProperty(properties: Exclude, property: string): boolean;