export declare const EXCLUDED_ENV_PATTERNS: RegExp[];
export declare function createCleanMcpEnvironment(customEnv?: Record<string, string>): Record<string, string>;
