import { type IAdjustmentsTimePeriodResponse } from '../../types/index.js'; export declare class AdjustmentTimePeriod { readonly startsAt: string; readonly endsAt: string; constructor(adjustmentsTimePeriod: IAdjustmentsTimePeriodResponse); }