import { DateStringValue } from '../../../types';
export declare function getDecadeRange(decade: DateStringValue): readonly [string, string];
