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