import { type ErrorType, type Result } from '../ErrorResult.js'; import { type SchemaSpecificationUpdate, type SchemaSpecificationWithMigrations } from './SchemaSpecification.js'; export declare function schemaUpdate(currentSchemaSpec: SchemaSpecificationWithMigrations, update: SchemaSpecificationUpdate): Result;