import { LASData } from './types';
export declare function adjust(data: LASData): void;
