export type ConfigCommandOptions = {}; /** * Config command - manage source credentials and settings * * Usage: * ralph-starter config list - List all configured sources * ralph-starter config get - Show config for a source * ralph-starter config set . - Set a config value * ralph-starter config delete . - Delete a config value * ralph-starter config delete - Delete all config for a source */ export declare function configCommand(action: string, args: string[], _options?: ConfigCommandOptions): Promise; //# sourceMappingURL=config.d.ts.map