import { Lib as BufferSchema } from './lib'; import { Model } from './model'; declare const _default: { BufferSchema: typeof BufferSchema; Model: typeof Model; int8: { _type: string; _bytes: number; }; uint8: { _type: string; _bytes: number; }; int16: { _type: string; _bytes: number; }; uint16: { _type: string; _bytes: number; }; int32: { _type: string; _bytes: number; }; uint32: { _type: string; _bytes: number; }; int64: { _type: string; _bytes: number; }; uint64: { _type: string; _bytes: number; }; float32: { _type: string; _bytes: number; }; float64: { _type: string; _bytes: number; }; string8: { _type: string; _bytes: number; }; string16: { _type: string; _bytes: number; }; }; export default _default; //# sourceMappingURL=bundle.d.ts.map