export type OperatorRuntimeEnvironment = Readonly>; /** Proactive monitoring is a core operator behavior; an explicit 0 is the opt-out. */ export declare function isOperatorTriggerLoopEnabled(environment: OperatorRuntimeEnvironment): boolean; /** * Resolve the owner-report destination without requiring a duplicate secret setting. * Falling back is safe only for exactly one allowlisted private Telegram chat; groups * and ambiguous allowlists require the explicit environment setting. */ export declare function resolveOperatorReportChatId(environment: OperatorRuntimeEnvironment, allowedChats: readonly string[] | undefined): string; //# sourceMappingURL=runtime-config.d.ts.map