export declare const $NodePreset: { readonly NODE_ENV: { readonly type: "string"; readonly default: "development"; }; readonly LOG_LEVEL: { readonly type: "string"; readonly default: "trace"; }; readonly SERVICE_NAME: { readonly type: "string"; readonly default: "UNKNOWN"; }; }; //# sourceMappingURL=node.d.ts.map