import { AutoEncoder } from '@simonbackx/simple-encoding'; export declare class RegistrationPeriodBase extends AutoEncoder { id: string; customName: string | null; startDate: Date; endDate: Date; locked: boolean; previousPeriodId: string | null; nextPeriodId: string | null; get name(): string; get nameShort(): string; getDiffValue(): string; } //# sourceMappingURL=RegistrationPeriodBase.d.ts.map