import type { AgentDefaultsConfig } from "../config/types.agent-defaults.js"; import type { KlawConfig } from "../config/types.klaw.js"; type HeartbeatConfig = AgentDefaultsConfig["heartbeat"]; export declare function resolveActiveHoursTimezone(cfg: KlawConfig, raw?: string): string; export declare function isWithinActiveHours(cfg: KlawConfig, heartbeat?: HeartbeatConfig, nowMs?: number): boolean; export {};