import { b } from './pglite-Csk75SCB.js';

interface PgDumpOptions {
    pg: b;
    args?: string[];
    fileName?: string;
}
/**
 * Execute pg_dump
 */
declare function pgDump({ pg, args, fileName, }: PgDumpOptions): Promise<File>;

export { pgDump };
