import type { Metadata } from './interfaces'; import { Type } from './types'; export declare function normalizeMetadataTypes(types: Type[]): Type[]; export declare function isUnitType(type: Type): boolean; export declare function sha256(obj: object | string): string; export declare function isPreV14(metadata: Metadata): boolean; //# sourceMappingURL=util.d.ts.map