declare const dev: (yearRaw: string | undefined, dayRaw: string | undefined) => Promise<void>;
export default dev;
