import { PgConfig } from 'pg-env'; export declare function streamSql(config: PgConfig, sql: string): Promise;