export declare function formatTerms(term: number[] | { min: number | null; max: number | null; }): string;