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