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