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