import { Schema } from 'airtight';
export type HttpDict = Record<string, string[]>;
export declare const HttpDictSchema: Schema<HttpDict>;
