import { Schema } from 'airtight';
import { SchemaSpec } from '../types/schema.js';
export declare const SchemaSpecSchema: Schema<SchemaSpec>;
