export declare const getNodeEnv: () => string | undefined; export declare const isDevelopmentRuntime: () => boolean; export declare const isProductionRuntime: () => boolean;