import type { JsonSchemaObject } from "./schema-core.js"; export declare function projectSchemaObjectForAiStructuredOutput(node: JsonSchemaObject, path: string): JsonSchemaObject; export declare function projectSchemaObjectForRest(node: JsonSchemaObject, path: string): JsonSchemaObject;