import * as Native from '@archildata/native'; export * from '@archildata/native'; export * from 'disk'; declare const ArchilClient: typeof Native.ArchilClient; declare const initLogging: typeof Native.initLogging; declare const JsInodeType: typeof Native.JsInodeType | Record; declare const MAXIMUM_READ_SIZE: number; export { ArchilClient, JsInodeType, MAXIMUM_READ_SIZE, initLogging };