import type { JSONValue } from '@pikku/core'; import type { CLILogger } from '../services/cli-logger.service.js'; export declare function saveSchemas(logger: CLILogger, schemaParentDir: string, schemas: Record, requiredSchemas: Set, supportsImportAttributes: boolean, packageName?: string | null): Promise;