import type { Temporal } from "@js-temporal/polyfill";
export declare function advanceBusinessDays(start: Temporal.PlainDate, direction: 1 | -1, target: number): Temporal.PlainDate;
