/** * CLI Command: env-check * * Simple, clear check of environment files and what's missing */ import { Command } from "commander"; export declare const envCheckCommand: Command; //# sourceMappingURL=env-check.d.ts.map