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