import type { Period } from '../types/index.js'; export declare function usageSnapshotFilterForPeriod(period: Period): { date?: string; since?: string; }; //# sourceMappingURL=periods.d.ts.map