import { ClientBase, Client } from "pg"; export declare function fixture(tx: ClientBase | Client, privateKey: string, publicKey: string): Promise;