export declare const SKIP_NETWORK_TESTS_ENV = "SKIP_NETWORK_TESTS"; export declare function shouldSkipExternalNetwork(env?: NodeJS.ProcessEnv): boolean;