/// import { View } from '../../view'; export declare type type = 'laszip'; export declare const extension = "laz"; export declare const Laszip: { view: typeof view; }; declare function view(input: Buffer): View.Readable; export {}; //# sourceMappingURL=index.d.ts.map