/** * Set configuration value * Validates the key and value before saving to .env */ export declare function configSet(key: string, value: string): Promise; //# sourceMappingURL=set.d.ts.map