import { ADN } from "./types";
export declare const getCalendarDay: (date: string) => Promise<ADN.Episode[]>;
