import type { JsonSchema } from "../domain/JsonSchema.js"; import type { JsonSchemaOptions } from "../interfaces/JsonSchemaOptions.js"; /** * @ignore */ export declare function alterRequiredGroups(required: string[], schema: JsonSchema, options: JsonSchemaOptions): string[];