import type { OpenClawConfig } from "../config/config.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 getModelsCommandSecretTargetIds(): Set; export declare function getAgentRuntimeCommandSecretTargetIds(): Set; export declare function getStatusCommandSecretTargetIds(): Set; export declare function getSecurityAuditCommandSecretTargetIds(): Set;