/// import { Schema } from '../schema'; import { View } from '../view'; export declare type DataType = 'binary' | 'laszip' | 'zstandard'; export declare const DataType: { schema: import("ajv").SchemaObject; extension: typeof extension; view: typeof view; }; declare function extension(type: DataType): string; declare function view(dataType: DataType, buffer: Buffer, schema: Schema): Promise; export {}; //# sourceMappingURL=index.d.ts.map