import type * as classes from '../type'; import { ObjValue } from './ObjValue'; import { Value } from './Value'; export declare const value: { (type: T, data: unknown): ObjValue; (type: T, data: unknown): Value; }; //# sourceMappingURL=util.d.ts.map