/** * Check Config Command (Legacy) * * Checks configuration for an environment */ import type { CheckConfigOptions } from '../types/index.js'; export declare function checkConfig(options?: CheckConfigOptions): Promise; export default checkConfig; //# sourceMappingURL=check-config.d.ts.map