import type { ConfigOptions, HushContext } from '../types.js'; export declare function configCommand(ctx: HushContext, options: ConfigOptions): Promise; //# sourceMappingURL=config.d.ts.map