/** * Environment Marker Scanfix * * Writes /etc/factiii/environment on servers so you can identify * which environment you're on when SSH'd in. * * Usage after setup: * cat /etc/factiii/environment → "staging" or "prod" * factiii-env → prints environment name * * Also sets PS1 prompt coloring: * staging = yellow prompt * prod = red prompt */ import type { Fix } from '../../../../types/index.js'; export declare const envMarkerFixes: Fix[]; //# sourceMappingURL=env-marker.d.ts.map