import type { SamplePosition } from '../../get-sample-positions';
export declare const getSamplePositionBounds: (samplePositions: SamplePosition[], timescale: number) => {
    min: number;
    max: number;
};
