import { AutoEncoder } from '@simonbackx/simple-encoding'; export declare class MemberPlatformMembership extends AutoEncoder { id: string; memberId: string; membershipTypeId: string; organizationId: string; periodId: string; startDate: Date; trialUntil: Date | null; endDate: Date; expireDate: Date | null; balanceItemId: string | null; price: number; priceWithoutDiscount: number; freeAmount: number; generated: boolean; createdAt: Date; updatedAt: Date; locked: boolean; isActive(date?: Date): boolean; get isTrial(): boolean; } //# sourceMappingURL=MemberPlatformMembership.d.ts.map