export type EBirdDate = { year: number; month: number; day: number; }; //# sourceMappingURL=EBirdDate.d.ts.map