import { LASData } from './types';
export declare function logStatistics(data: LASData, originalSize: number): void;
