import type { OpenClawConfig } from "../config/types.openclaw.js"; export declare function getScopedChannelsCommandSecretTargets(params: { config: OpenClawConfig; channel?: string | null; accountId?: string | null; }): { targetIds: Set; allowedPaths?: Set; }; export declare function getQrRemoteCommandSecretTargetIds(): Set; export declare function getChannelsCommandSecretTargetIds(): Set; export declare function getConfiguredChannelsCommandSecretTargetIds(config: OpenClawConfig, env?: NodeJS.ProcessEnv): Set; export declare function getModelsCommandSecretTargetIds(): Set; export declare function getAgentRuntimeCommandSecretTargetIds(params?: { includeChannelTargets?: boolean; }): Set; export declare function getStatusCommandSecretTargetIds(config?: OpenClawConfig, env?: NodeJS.ProcessEnv): Set; export declare function getSecurityAuditCommandSecretTargetIds(): Set;