import { r as KlawConfig } from "./types.klaw-xKUw_Rz7.js"; import { ln as NativeCommandsSetting } from "./types.channels-DdU7GqnS.js"; import { t as ChannelId } from "./channel-id.types-B_AcMzNT.js"; //#region src/config/commands.d.ts declare function resolveNativeSkillsEnabled(params: { providerId: ChannelId; providerSetting?: NativeCommandsSetting; globalSetting?: NativeCommandsSetting; env?: NodeJS.ProcessEnv; stateDir?: string; workspaceDir?: string; config?: KlawConfig; autoDefault?: boolean; }): boolean; declare function resolveNativeCommandsEnabled(params: { providerId: ChannelId; providerSetting?: NativeCommandsSetting; globalSetting?: NativeCommandsSetting; env?: NodeJS.ProcessEnv; stateDir?: string; workspaceDir?: string; config?: KlawConfig; autoDefault?: boolean; }): boolean; declare function isNativeCommandsExplicitlyDisabled(params: { providerSetting?: NativeCommandsSetting; globalSetting?: NativeCommandsSetting; }): boolean; //#endregion export { resolveNativeCommandsEnabled as n, resolveNativeSkillsEnabled as r, isNativeCommandsExplicitlyDisabled as t };