import type { SchemaDelta } from './types.js'; export declare function computeSchemaDelta(stored: object, fresh: object, collection: string): SchemaDelta;