import { type AnyKoiTool } from "./common.js"; /** Parse "YYYY-MM-DD" (local midnight) or any Date.parse-able string. */ export declare function parseWhen(raw: string | undefined, endOfDay?: boolean): number | undefined; export declare function createRecallTool(): AnyKoiTool;