import type { Temporal } from "../types.js";
/**
 * Returns the start of a day for the given datetime
 * @param dt datetime object which includes date and time info
 * @returns Temporal object which represents the start of a day
 */
export declare function startOfDay<DateTime extends Temporal.PlainDateTime | Temporal.ZonedDateTime>(dt: DateTime): DateTime;
//# sourceMappingURL=startOfDay.d.ts.map