import type { BaseSchema } from './BaseSchema.js'; import { type PublishedSchemaSpecification, type SchemaSpecification } from './SchemaSpecification.js'; export declare function schemaToPublished(schema: BaseSchema): PublishedSchemaSpecification;