export declare class KeyValue {
    key: number | string;
    value: string;
}
