import { AccountID } from './account-id'; import { Amount } from './amount'; import { Blob } from './blob'; import { Currency } from './currency'; import { Hash128 } from './hash-128'; import { Hash160 } from './hash-160'; import { Hash256 } from './hash-256'; import { PathSet } from './path-set'; import { STArray } from './st-array'; import { STObject } from './st-object'; import { UInt16 } from './uint-16'; import { UInt32 } from './uint-32'; import { UInt64 } from './uint-64'; import { UInt8 } from './uint-8'; import { Vector256 } from './vector-256'; declare const coreTypes: { AccountID: typeof AccountID; Amount: typeof Amount; Blob: typeof Blob; Currency: typeof Currency; Hash128: typeof Hash128; Hash160: typeof Hash160; Hash256: typeof Hash256; PathSet: typeof PathSet; STArray: typeof STArray; STObject: typeof STObject; UInt8: typeof UInt8; UInt16: typeof UInt16; UInt32: typeof UInt32; UInt64: typeof UInt64; Vector256: typeof Vector256; }; export { coreTypes };