import type { Session } from 'koishi';
import type { JrysData, Config } from '../types';
/**
 * 获取今日运势数据
 */
export declare function getJrys(session: Session, config: Config, logInfo: (...args: any[]) => void): Promise<JrysData>;
/**
 * 获取格式化的日期字符串
 */
export declare function getFormattedDate(logInfo: (...args: any[]) => void): Promise<string>;
