export interface KeyValue<T> {
    [key: string]: T;
}
//# sourceMappingURL=general.d.ts.map