//#region src/commands/channels/account-selector.tsfunctionassertAccountSelectorForMutation(account) {
if (account !== void0 && !account.trim()) thrownewError("--account must not be blank");
}
//#endregionexport { assertAccountSelectorForMutation as t };