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