export interface ConfigGetOptions { json?: boolean; } /** * Get configuration value(s) * If key provided, shows single value; otherwise shows all config grouped by category */ export declare function configGet(key?: string, options?: ConfigGetOptions): Promise; //# sourceMappingURL=get.d.ts.map