import type { CommonConfig } from "../config/types";
export declare const isRunInNodeJsEnv: (config: CommonConfig) => boolean;
