import { Schema } from 'airtight';
import { ModuleSpec } from '../types/index.js';
export declare const ModuleSpecSchema: Schema<ModuleSpec>;
