export declare const PLUGIN_DISABLE_ENV = "OH_MY_OPENCODE_SLIM_DISABLE"; export declare function isTruthyEnvValue(value: string | undefined): boolean; export declare function isPluginDisabledByEnv(env?: NodeJS.ProcessEnv): boolean;