import type { Organization } from './Organization.js'; import type { Platform } from './Platform.js'; export declare function getActivePeriodIds(periodId: string | null, organization: Organization | null, platform?: Platform | null): Set; //# sourceMappingURL=getActivePeriods.d.ts.map