export declare const isThursdayWithOptions: import("./types.js").FPFn2<
boolean,
import("../isThursday.js").IsThursdayOptions | undefined,
string | number | Date
>;