import Archive from './archive'; import Crypto from './crypto'; import HashTable from './hashtable'; import Hash from './hash'; import BlockTable from './blocktable'; import Block from './block'; import File from './file'; import { isArchive } from './isarchive'; declare const _default: { Archive: typeof Archive; Crypto: typeof Crypto; HashTable: typeof HashTable; Hash: typeof Hash; BlockTable: typeof BlockTable; Block: typeof Block; File: typeof File; isArchive: typeof isArchive; }; export default _default;