import { Command } from 'commander'; import { GetConfigOptionsForGroup } from '../config.js'; export declare function makePsqlCommand(): Command; export declare function psql(opts: GetConfigOptionsForGroup<'proxy' | 'electric'>): void;