import { KpiPeriodType } from '../kpi/kpi'; export declare function getISOWeek(date: Date): number; export declare function normalizePeriodDate(valueDate: string, periodType: KpiPeriodType): Date; export declare function getDefaultValueDate(periodType: KpiPeriodType, mode?: 'current' | 'last'): string;