Files
memecoin-botV2/.pnpm-store/v10/files/5f/4765cf85cf66f6e4349e94c378051be5f193efd4c7116627d8c9139aa30ae7ccbec79d84b8bd46b279b7058712cd7979a6f17255d38e39035a538fbc91aac8

23 lines
665 B
Plaintext

import { E as Environment } from './chunks/environment.d.CrsxCzP1.js';
export { a as EnvironmentReturn, V as VmEnvironmentReturn } from './chunks/environment.d.CrsxCzP1.js';
import '@vitest/utils';
declare const environments: {
"node": Environment;
"jsdom": Environment;
"happy-dom": Environment;
"edge-runtime": Environment;
};
interface PopulateOptions {
bindFunctions?: boolean;
additionalKeys?: string[];
}
declare function populateGlobal(global: any, win: any, options?: PopulateOptions): {
keys: Set<string>;
skipKeys: string[];
originals: Map<string | symbol, any>;
};
export { Environment, environments as builtinEnvironments, populateGlobal };