import type { CommandModule } from 'yargs'; import type { PgDumpOptions } from './pg-dump-options.js'; export declare const pgDump: CommandModule;