import { type Config } from '../types';
export declare function input(config: Config, day: `${number}`): Promise<string>;
