import type { Range } from './types';
export declare function parseRange(input: string): Range | null;
