import type { Setup, Config, DayConfig } from "../types/common";
declare const aocAutomationDaysJSON: ({ year }: Setup) => DayConfig[];
declare const aocAutomationDataJSON: ({ year, packageManager, language, }: Setup) => Config;
export { aocAutomationDaysJSON };
export default aocAutomationDataJSON;
