import { DateLimitConfig } from './types';
export declare function getClosestDate(config: DateLimitConfig, targetDate?: Date, yearLimit?: number): Date | null;
