//#region src/cli/command-secret-targets.d.ts /** All registered channel secret targets, regardless of current config. */ declare function getChannelsCommandSecretTargetIds(): Set; //#endregion export { getChannelsCommandSecretTargetIds as t };