import type { CliConfig, CommandContext } from "../../types.js"; export declare function runConfigPath(context: CommandContext): number; export declare function runConfigShow(configPath: string, config: CliConfig, json: boolean, context: CommandContext): number; //# sourceMappingURL=action.d.ts.map