import { Schema } from 'airtight'; export interface KeyValue { key: string; value: any; } export declare const KeyValueSchema: Schema;