3 lines
165 B
TypeScript
3 lines
165 B
TypeScript
export declare const EXCLUDED_ENV_PATTERNS: RegExp[];
|
|
export declare function createCleanMcpEnvironment(customEnv?: Record<string, string>): Record<string, string>;
|