/** * Config command — manage squad configuration. * * Usage: * squad config model — show current model configuration * squad config model — set default model for all agents * squad config model --agent — pin model to a specific agent * squad config model --clear — clear default model override * squad config model --clear --agent — clear a specific agent's override * squad config context-tier — show current context tier configuration * squad config context-tier — set default context tier for all agents * squad config context-tier --agent — pin context tier to a specific agent * squad config context-tier --clear — clear default context tier override * squad config context-tier --clear --agent — clear a specific agent's override */ export declare function runConfig(cwd: string, subArgs: string[]): Promise; //# sourceMappingURL=config.d.ts.map