declare const runSolution: (day: number, path: string) => void;
export default runSolution;
