import { TValue } from '../types';
export interface IValueArray extends Array<TValue> {
}
//# sourceMappingURL=value-array.d.ts.map