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