import { Schema } from 'airtight';
import { NodeMetadata } from '../types/model.js';
export declare const NodeMetadataSchema: Schema<NodeMetadata>;
