import { Client } from 'pg';
declare function transporter(table: string, column: string, client: Client): (source: AsyncIterable<string>) => AsyncGenerator<string, void, unknown>;
declare function main(): void;
export { main, transporter };
