import { Connection, Keypair } from '@solana/web3.js'; export declare function fundedPayer(connection: Connection, sol?: number): Promise;