export interface CommandOptions { dir?: string; configKey?: string; verbose?: boolean; force?: boolean; } //# sourceMappingURL=command.d.ts.map